1

WordPress の URL から index.php を削除しようとしています。

httpd.ini ファイルにこのコードがあります

[ISAPI_Rewrite]

RewriteCond Host: domain\.com
RewriteRule (.*) http\://www.domain.com$1 [I,RP]

RewriteRule /(?!index\.php)([^/.]+)/ /index.php/$1 [I]

RewriteRule /(?!index\.php)([^/.]+) /index.php/$1 [I,L]

これは機能しますが、カテゴリに対してのみ機能します。たとえば、domain.com/gear は機能しますが、domain.com/gear/post は機能しません。

この投稿を見つけましたが、実際にはフォローできませんでしたhttp://www.helicontech.com/forum/14820-Wordpress_Permalinks_for_ISAPI_Rewrite_2.html

助言がありますか?

4

2 に答える 2