ที่นี่คุณมีคำแนะนำสำหรับการรวม : http://www.vbenterprisetranslator.co...tructions.html
มีอธิบายวิธีการทำงานร่วมกับ mods ซึ่ง doens't สนับสนุนเบ็ด global_complete ตัวอย่างเช่นใน 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 ไม่สนับสนุน แต่แรกให้เพียงแค่ให้การสนับสนุนการแปลการทำงานที่เหมาะสมและจากนั้นตรวจสอบสิ่งที่เกิดขึ้นกับการแปล
Plrase ลองกับรุ่นบูธสำหรับแกลเลอรี. htaccess หากยังไม่ทำงานคุณสามารถลองยังนี้สำหรับหลัก 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]
นี้ยังเป็นเพราะการเปลี่ยนแปลงของกฎของคุณที่เกี่ยวกับแผนที่ everthing index.php -- ผมคิดว่านี้คือเหตุผลว่าทำไมมันไม่ทำงานในขณะนี้