1
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
RewriteRule ^([a-zA-Z0-9]+)$ photo?p=$1
RewriteRule ^page/([a-zA-Z0-9]+)$ index?page=$1  // up to this point included works fine
RewriteRule ^waitingroom/page/([a-zA-Z0-9]+)$ waitingroom?page=$1 //doesnt work, 500 error

写真、インデックス、待合室は、実際にはphoto.php、index.php、waitingroom.phpのようなすべてのphpファイルです。

それはその前のものと同じ最後の書き換えルールの横で機能します:(そして私がhostgatorに切り替える前にそれはうまく機能しました

私の構文の何が問題になっていますか?

4

0 に答える 0