パーマリンク変更について
-
@htaccess
RewriteEngine on
RewriteCond %{THE_REQUEST} ^index.html
RewriteRule ^index.html$ http://domain.jp/ [R=301,L]RewriteCond %{REQUEST_URI} ^/(cat|cat2|page|page2)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index_wordpress.php [L]
#END WordPressRewriteCond %{REQUEST_URI} ^/(cat|cat2)/ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index_wordpress.php [L]<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>@WP設定
カスタム構造 /%category%/%postname%.html
カテゴリーベース .
上記設定で 記事は/cat/XXX.html カテゴリーは /cat となっています。
カテゴリー時の表示を、/cat.htmlか せめて/cat/にしたいのですが、
無理があるでしょうか。
よろしくご教授ください。
- トピック「パーマリンク変更について」には新たに返信することはできません。