WordPress3.1の.htaccessのmod_rewrite設定

大体

RewriteEngine On
RewriteBase /hoge/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /hoge/index.php [L]

となっているが

RewriteEngine On
RewriteBase /hoge/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /hoge/index.php [L]

としないとうまく動かないケースがあった。詳細は未確認。古いバージョンだからか?バグ?

web拍手
This entry was posted in WordPress, 未分類. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>