###困っていること
下記のコードでhttp://hogehoge.com/test.phpを
http://hogehoge.com/test/に変更したく実行しました。
実行は成功しましたが、Wordpressの管理画面がバグってしまいました。
RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteRule ^(.*).php$ $1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
質問内容
Wordpressの管理画面をバグらせずに.phpの拡張子を消したい
よろしくお願いします
回答2件
あなたの回答
tips
プレビュー