我有一個.htaccess
文件,不會找到一些php
文件,但會找到其他人。例如,.htaccess不能與一些PHP文件
RewriteRule ^test$ test.php
會給404 not found
但
RewriteRule ^custom$ test.php
會工作。
對於將添加.php到URL末尾的規則,它是相同的。有任何想法嗎?
全部文件
RewriteEngine On
RewriteRule ^test$ test.php #doesn't work
RewriteRule ^custom$ test.php #works
完整目錄(LS-A)
. .. .htaccess index.html test.php
感謝。
什麼網址,你在瀏覽器中輸入第一條規則? – starkeen
只是[IP地址] /測試。喜歡與自定義測試它的作品,但測試測試dosn't – oliverjrose99
請發佈您的完整htaccess包括其他規則 – starkeen