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

우리와 함께 적립하세요!

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

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

하이브리드 보기

이전 게시물 Previous Post   Next Post 다음 포스트
  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

    감사합니다. 제가 장애가 지금은 'URL에 영어 이외의 문자를 유지'하고 Sitemap에 언급된 단계를 수행합니다. 난 당신이 할 만한지 알려드립니다.

    나중에 여러분의 의견을 기대하겠습니다.

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

    Default

    아, 알았어요. 네, 프랑스 위키에서 섹션을 복사하고 붙여넣.

    제가 번역 게시물에 게시물을 수정하거나 화살표를 클릭하면하지만, 독일과 같은 내 포럼 언어를 선택하고 독일어 게시하면 문자는 여전히 HTML 숫자로 표시 ....?

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

    Default

    네, 당신 말이 있습니다. 제 두 게시물에 봐 - 당신이 그것을 수정하고자 할 때 문제 없어 - fisrt의 하나는 번역되지 페이지 (영어)에서 이루어집니다.

    두 번째는 번역 (폴란드어) 페이지에서 만든 여기 문제입니다 - ASCII 코드 문자를 256 이하 - 잘못된 인코딩 - 나 vBulletin이 버그를보고 내가 그것을 해결하기 위해 노력할 것입니다.

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

    Default

    나는 vBulletin 팀과 함께 작업을 오전
    포럼 ASCII 문자 문제

    이제 주말 있습니다. 우리가 주말 이후에이 주제를 시작할 수 있습니다위한 괜찮있다면?

    주말 동안 나는 vBulletin 팀과 함께 작동합니다.
    마지막으로 수정 kamilkurczak; 11-03-1113:25.

페이지 12 12 마지막Last

이 스레드에 대한 태그

권한을 게시

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