중요이 페이지는 쿠키를 사용합니다 (cookies). 브라우저에서 쿠키를 끄지 않고도이 웹 사이트를 사용하여, 당신이 그것을 사용하는 것에 동의하는 것을 의미합니다.
지금 구입! 특징 다운로드

우리와 함께 적립하세요!

VBET 가입으로 돈을 버는 시작 하려는 경우 제휴 프로그램.
페이지 14 123 ... 마지막Last
검색 결과 11032

스레드 : 국기 URL이 올바르지 않습니다

  1. #1
    시니어 회원
    날짜 가입
    2011년 2월
    게시물
    138

    Default 국기 URL이 올바르지 않습니다

    내가 입력하는 경우
    PHP Code:
    www.xxxxxx.com/forum/de
    수동 브라우저 주소 표시줄과 히트에 모두가 좋은 입력합니다. 나는 독일의 국기를 사용하고 열 btries 한대 그러나 때
    PHP Code:
    www.xxxxxx.com/de/forum
    어떤 아이디어?
    마지막으로 수정 norku; 05-04-1117:21.

  2. #2
    vBulletin 엔터 프라이즈 번역기 (vBET) 직원
    날짜 가입
    2010년 5월
    게시물
    1,000

    Default

    내가 당신에게 몇 가지 질문이 있습니다
    1. 당신은 왜 vBSEO이 변경 사항을 만든거야? 여기에서 설명한 :
    # post7479을 http://www.vbenterprisetranslator.co....html
    2. 당신의. htaccess 지시어를 만들면 / 포럼 잘되지 않습니다?
    3. . 지금 htaccess 지시어에 여러분이 vBET 규칙의 두 그룹을 가지고 있기 때문에이 링크가 :
    - 메인 페이지를 번역
    - 포럼을 번역

    어쩌면 우리는 둘. htaccess 지시어 파일을 만들 수 있습니까? 이전 하나는 두 번째의 하나는 이렇게 / 포럼 폴더의 크기는 얼마나됩니까?

    당신은 그것을 시도해 볼 수 있습니다.
    . 첫째 htaccess 지시어 (이전)은 포럼 폴더 이외의 위치 :
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    
    #RewriteCond %{HTTP_HOST} !^www\.hj-research\.com
    RewriteCond %{HTTP_HOST} !(^www\.hj-research\.com$|^cdn\.hj-research\.com$)
    RewriteRule (.*) http://www.hj-research.com/$1 [R=301,L]
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forum/$1 [L,R=301]
    
    RewriteRule ^forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #vbet translator rules start
    #vbet outside site
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ index.php?language=$1&vbet_outside=true [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ $2?language=$1&vbet_outside=true [L,QSA]
    
    RewriteCond %{QUERY_STRING} !vbet_outside=true
    RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]
    
    
    
    #vbet translator rules end
    
    
    RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^forum/((archive/)?(.*\.php(/.*)?))$ forum/vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(media|admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ forum/vbseo.php [L,QSA]
    
    ## Expires
    <ifModule mod_expires.c>
    	ExpiresActive On
    	ExpiresDefault "access plus 1 seconds"
    	ExpiresByType text/html "access plus 1 seconds"
    	ExpiresByType image/gif "access plus 3456000 seconds"
    	ExpiresByType image/jpeg "access plus 3456000 seconds"
    	ExpiresByType image/png "access plus 3456000 seconds"
    	ExpiresByType text/css "access plus 3456000 seconds"
    	ExpiresByType text/javascript "access plus 3456000 seconds"
    	ExpiresByType application/javascript "access plus 3456000 seconds"
    	ExpiresByType application/x-javascript "access plus 3456000 seconds"
    </ifModule>
    
    ## Compression
    <ifmodule mod_headers.c>
    	<ifmodule mod_deflate.c>
    		AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
    		BrowserMatch ^Mozilla/4 gzip-only-text/html
    		BrowserMatch ^Mozilla/4\.0[678] no-gzip
    		BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    	</ifmodule>
    </ifmodule>
    
    #Remove index.php from hj-research.com/index.php
    #rewrite engine on 
    RewriteCond %{THE_REQUEST} index\.php
    RewriteCond %{QUERY_STRING} ^$
    RewriteRule ^index\.php$ / [L,R=301]
    에서 두 번째 / 포럼 폴더 (만 vBET 규칙):
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    
    RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|ur|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|ur|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbenterprisetranslator_seo.php [L,QSA]
    
    
    
    #vbet translator rules end
    당신은 그것을 테스트할 수 있습니까? 나는 결론을 기다리고입니다. 그래도되지 않으면 - / 포럼 폴더에서. htaccess 지시어 삭제 그리고 오래 된.htaccess가 하나 (때문에이 htaccess vBET 포럼에 대 한 완벽 한 및 메인 페이지에 대 한 작동 하지 작동) 바꿉니다.
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    
    #RewriteCond %{HTTP_HOST} !^www\.hj-research\.com
    RewriteCond %{HTTP_HOST} !(^www\.hj-research\.com$|^cdn\.hj-research\.com$)
    RewriteRule (.*) http://www.hj-research.com/$1 [R=301,L]
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forum/$1 [L,R=301]
    
    RewriteRule ^forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #vbet translator rules start
    
    RewriteRule ^forum/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|ur|vi|cy|yi)/$ forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^forum/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|ur|vi|cy|yi)/(.*)?$ forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^forum/((archive/)?(.*.php(/.*)?))$ forum/vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ forum/vbenterprisetranslator_seo.php [L,QSA]
    
    #vbet translator rules end
    
    
    RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^forum/((archive/)?(.*\.php(/.*)?))$ forum/vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(media|admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ forum/vbseo.php [L,QSA]
    
    ## Expires
    <ifModule mod_expires.c>
    	ExpiresActive On
    	ExpiresDefault "access plus 1 seconds"
    	ExpiresByType text/html "access plus 1 seconds"
    	ExpiresByType image/gif "access plus 3456000 seconds"
    	ExpiresByType image/jpeg "access plus 3456000 seconds"
    	ExpiresByType image/png "access plus 3456000 seconds"
    	ExpiresByType text/css "access plus 3456000 seconds"
    	ExpiresByType text/javascript "access plus 3456000 seconds"
    	ExpiresByType application/javascript "access plus 3456000 seconds"
    	ExpiresByType application/x-javascript "access plus 3456000 seconds"
    </ifModule>
    
    ## Compression
    <ifmodule mod_headers.c>
    	<ifmodule mod_deflate.c>
    		AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
    		BrowserMatch ^Mozilla/4 gzip-only-text/html
    		BrowserMatch ^Mozilla/4\.0[678] no-gzip
    		BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    	</ifmodule>
    </ifmodule>
    
    #Remove index.php from hj-research.com/index.php
    #rewrite engine on 
    RewriteCond %{THE_REQUEST} index\.php
    RewriteCond %{QUERY_STRING} ^$
    RewriteRule ^index\.php$ / [L,R=301]

  3. #3
    시니어 회원
    날짜 가입
    2011년 2월
    게시물
    138

    Default

    안녕하세요,

    지금 이것을 살펴보겠습니다. 감사합니다. 당신은 정확하게 이러한 htaccess 지시어 파일이 일을 설명할 수 있습니까?
    마지막으로 수정 norku; 10-03-1111:05.

  4. #4
    vBulletin 엔터 프라이즈 번역기 (vBET) 직원
    날짜 가입
    2010년 5월
    게시물
    1,000

    Default

    , PM을 확인하시기 바랍니다.

    당신은 나쁜했다. htaccess 지시어는.
    당신은 파일의 끝에 vBET 규칙을 붙여넣을! 그 나쁜습니다 - 내 previoust 게시물에서 같은 htaccess 지시어 파일을 확인하시기 바랍니다

  5. #5
    시니어 회원
    날짜 가입
    2011년 2월
    게시물
    138

    Default

    난 안 그랬어. 난 그들을 제거했습니다. 지금 위의 게시물에서 htaccess 지시어를 업로드하고 서버 오류가 지금은 정류이다. 좀 더 일찍 깨닫지 사이트맵에 문제가 있습니다. 그들은 Google에서 찾을 수 없습니다

  6. #6
    vBulletin 엔터 프라이즈 번역기 (vBET) 직원
    날짜 가입
    2010년 5월
    게시물
    1,000

    Default

    할 수있다면 제발 - 내 질문 하나 하나에 대한 답변 - 최고의 솔루션을 쉽게 찾을 수 있습니다.
    # post7535을 http://www.vbenterprisetranslator.co....html

  7. #7
    시니어 회원
    날짜 가입
    2011년 2월
    게시물
    138

    Default

    나는 변화를 만들 여기 vb 스위트 루트로 이동 하지 않고도 더 일관성 있는 구조 싶었기 때문에. 멋지게 작동 하지만 vbet 거기 명확 하 게 문제 포럼에 내 구성 경우.


    vbet가 활성화된 저는 현재 다음과 같은 문제가 나타나는 이유는 무엇입니까 :

    1. 제가 포럼 (/ 데 /이 포럼의 버전)에서 검색을 수행할 때 외국 문자는 인식되지 않습니다. 뒤셀도르프를 검색해보십시오. 아니요 제가 포럼에 결과를하더라도 결과가 없습니다. 단어 뒤셀도르프 '이 검색 페이지에 반환하는 방법 좀 봐. 제가 포럼의 영어 (기본값) 버전으로 이동하여 동일한 검색을 수행하면 나는 올바른 결과를 얻을 수 있습니다.

    2. 이것은 Google 색인에 현재 : http://ww 내 포럼에 해당 페이지를 열면 url에서 보이지만 w.xxxx.com/forum/f34/faehnlein-standard-bearer-insignia-wear-3514/.

    3. Sitemaps는 Google 웹마 스터 도구에서 볼되지 않습니다. 여기 설명된 변경 사항을 만들어 놓지 않았는 : http://www.vbenterprisetranslator.co...tegration.html

    4. 포럼의 영어 버전을 확인하고 해당 URL로 이동 : http://w ww.xxxx.com/forum/f27/hj-gebietsjugendtag-düsseldorf-1933-schlageter-2060/ 페이지가 로드 하지만 404와 url 독일어 문자를 보여줍니다 당신이 바로 복사 하 고 해당 url을 붙여: http://w ww.hj-research.com/forum/de/f27/hj-gebietsjugendtag-düsseldorf-1933-schlageter-2060/

    5. 내 URL에 영어 이외의 문자를 교체 했나요? 내가 위에서 desribed이 문제를 볼 수 있습니다 '영어 이외의 문자를 유지'로 설정해야 할 수도 있습니다 예 지금이 문제가 해결될 때까지.

    여러분의 의견을 기대하겠습니다.
    마지막으로 수정 norku; 22-05-1209:34.

  8. #8
    vBulletin 엔터 프라이즈 번역기 (vBET) 직원
    날짜 가입
    2010년 5월
    게시물
    1,000

    Default

    1, 내 테스트 포럼에 확인합니다
    2. 이 URL을 시도하고 내가 문제를 볼 수 없습니다 - 모든 좋은
    3. 그래서이 명령을 사용하여 해당 사이트맵 (이 URL에서) 통합 주시기 바랍니다
    4. vbet와 통합 vbseo - - 수정이 vbseo 파일 - 당신이 SEO 링크가 번역을 원한다면, 제발 모든 readme.html 파일에 설명되어 있습니다.
    vbseo 약 옵션 - 당신이 (당신이 통합한다면 둘 다 vbseo 파일) 404 것입니다 - 당신이 그것을 설정하지 않으면 때문에 readme.html처럼 그것을 설정해야합니다 - 당신은 SEO 링크를 번역하려는 경우

  9. #9
    시니어 회원
    날짜 가입
    2011년 2월
    게시물
    138

    Default

    2. 예, URL은 동일하지만 위의 포인트 5에서 말했듯이 설정해야합니다 'URL에 영어 이외의 문자를 유지' 무슨 말인지 볼 vbseo 내. 이 설정은 설치 지침에 규정 하지만 내 포럼에서 작동 하지 않습니다.

    4. 이러한 변경 사항은 이미 구현됩니다. 당신이 보는 경우는 파일이 서버에 있는지 확인할 수 있습니다. '...._ old.php '파일은 표준 vbseo 파일입니다. 이러한 파일의 vbet 버전은 현재 활성화됩니다.

    영어 이외의 문자 문제가 해결되기 전까지는 현재 문제가 (Google이 Sitemap을 볼 수 없습니다)가 있는지 말해 줄 수 않으면 난 아직 변경 사항을 적용하지 않았기 때문에 나는 사이트맵 주변을 어지럽히는 않을거야 여기에? 예 그때 만약 내가 그 파일을 바꿀거야하지만 Google에 잘못된 URL의 부하를주고 싶지 않기 때문에 나는 아무것도하기 전에 사이트맵은 Google에 의해 본되지 않습니다 이유를 정확하게 알아야합니다.
    마지막으로 수정 norku; 10-03-1114:03.

  10. #10
    vBulletin 엔터 프라이즈 번역기 (vBET) 직원
    날짜 가입
    2010년 5월
    게시물
    1,000

    Default

    확인을 나는 URL의 번역이 활성화된 상태를 볼 수 - 당신은 404있다.
    readme.html 지시에 따라 당신이해야 - URL에 영어 이외의 문자를 유지. 작동하지 않을 경우 - 사용을 중지해 주시기 바랍니다. 당신을 위해 첵 되겠지하지만 vbseocp에 액세스해야합니다.

    2.에 대 한 sitemp. 어쩌면이 인식 되지 않습니다 google에 의해 나 /forum 폴더에.htaccess 했기 때문. 우리는 단순히 그것을 테스트할 수 있습니다. 그냥 vBET 해제 하 고.htaccess에서 삭제 / 포럼. vbet 규칙 주요.htaccess에 주석 하 고 오래 된 vbseo 파일을 복원 합니다. (때 Vbet은 completly 비활성화)는이 sitemap을 체크 하 고 우리 매듭 것입니다 후 또는 하지 그 Vbet이이 문제를 제공 합니다.

    3. 오늘 저녁 당신을 위해 구성 및 vBSEO와의 통합을 검사합니다

페이지 14 123 ... 마지막Last

이 스레드에 대한 태그

권한을 게시

  • 하지 않을 수 있습니다 새 스레드를 게시할
  • 하지 않을 수 있습니다 게시물 답변
  • 하지 않을 수 있습니다 게시물 첨부 파일
  • 하지 않을 수 있습니다 귀하의 게시물을 수정
  •  
  • BB 코드 입니다
  • Smilies 아르
  • [IMG] 코드는 다음과 같습니다
  • [동영상] 코드는 다음과 같습니다
  • HTML 코드는 다음과 같습니다 오프