我如何重寫我已經試過這一切文件,但一個「logout.php」 ,但它只是給的我404:htaccess重寫所有,但一個PHP文件?
<IfModule mod_rewrite.c>
RewriteEngine on
# You may need to uncomment the following line if rewrite fails to work
# RewriteBase must be setup to base URL of your aMember installation without
# domain name
RewriteBase /amember4
RewriteCond %{REQUEST_URI} !^/logout\.php$ [NC]
RewriteRule ^public public.php [L]
RewriteRule ^js.php js.php [L]
RewriteRule !\.(js|ico|gif|jpg|png|css|swf|csv|html)$ index.php
</IfModule>
「logout.php」?你確定? – arkascha
是的我確定我剛剛注意到它已設置爲登錄我現在正在更新! – vimes1984
好吧,那看起來不同:-) – arkascha