当前.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
我尝试了一些事情,没有任何改变。
RewriteRule ^/category(.*) /$1 [QSA]
RewriteRule ^/category(.*)$ $1
RewriteRule ^category/(.*)$ $1 [L,QSA]
需要更改以下网址。
http://example.com/iw-class/boxers/pro/ - remove iw-class
http://example.com/page/trainers/ - remove page