ここでは、統合のための命令を持っている。 http://www.vbenterprisetranslator.co...tructions.html
global_completeフックをサポートdoens't MODSと統合する方法が記載されている。例のPhotoPostにしない - 私はそれがPhotoploqの場合になっている方法がわからない
とにかく私はこのURLをチェック。 PL /ギャラリー/ - ペンタックスニュース&噂 - 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にマッピングして、ルールのため、これはまた修正したものです。