여기는 통합에 대한 지침을 : http://www.vbenterprisetranslator.co...tructions.html
global_complete 연결을 지원 넣은 사람은 아니다 mods와 통합하는 방법이 설명되어 있습니다. 예를 들어 PhotoPost에서하지 않습니다 - 나는 그것 Photoploq 경우에 모른다
어쨌든이 URL을 확인 : PL / 갤러리 / - PENTAX 뉴스 & 소문 - PentaxForums.com 그리고 그것은 여전히 작동하지 않습니다 ... 당신은 지금 좋은 것을 썼다지만, 내가 보기엔 그것이 아니지만 ...
내가 보는대로 변경이 잘못되었습니다. 언어 코드 플러그인 디렉토리의 내부와 규칙을 설정하는 방법을 설명합니다 아무런 명령어가 없습니다.
이 설정을 시도해 보시기 바랍니다.
. : 기본 htaccess 지시어에 대한
Code:
Options All -Indexes
Options +FollowSymLinks
ErrorDocument 404 http://www.pentaxforums.com/404.php
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.pentaxforums\.com
RewriteRule (.*) http://www.pentaxforums.com/$1 [R=301,L]
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 [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 [QSA]
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{Script_FILENAME} !-f
RewriteRule ^(.*)$ index.php?a=$1 [QSA]
. htaccess 지시어 갤러리의 경우 :
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.pentaxforums\.com
RewriteRule (.*) http://www.pentaxforums.com/gallery/$1 [L,R=301]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /forums/vbseo.php?vbseourl=$1&vbseorelpath=../gallery/&%{QUERY_STRING}
RewriteCond %{QUERY_STRING} !vbet_outside=true
RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]
또는 갤러리 htaccess 지시어 (지시에 따라 안 - 나중에 그것을 시도)에 대한 들면 다음과 같습니다.
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.pentaxforums\.com
RewriteRule (.*) http://www.pentaxforums.com/gallery/$1 [L,R=301]
RewriteCond %{QUERY_STRING} !vbet_outside=true
RewriteRule ^(.*)$ $1?vbet_outside=true [QSA]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /forums/vbseo.php?vbseourl=$1&vbseorelpath=../gallery/&%{QUERY_STRING} [L]
global_complete이 지원되지 않을 때이 사건을 커버하지 않습니다,하지만 우선 단지 적절하고 다음 작업을 번역 링크 번역 무슨 일인지 확인하게 해주세요.
갤러리. htaccess 지시어를위한 부스 버전으로 해보 Plrase. . 아직 작동하지 않는 경우 메인 htaccess 지시어 (. htaccess 지시어에 대한 갤러리 부스 버전)에도이 시도할 수 있습니다 :
Code:
Options All -Indexes
Options +FollowSymLinks
ErrorDocument 404 http://www.pentaxforums.com/404.php
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.pentaxforums\.com
RewriteRule (.*) http://www.pentaxforums.com/$1 [R=301,L]
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
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{Script_FILENAME} !-f
RewriteRule ^(.*)$ index.php?a=$1 [QSA]
이것은 또한 있기 때문에 index.php에서 everthing지도 규칙의 수정 - 내가이가 지금은 작동하지 않습니다 이유라고 생각합니다.