我的.htaccess文件中有这个。我认为它应该重定向http://bashof.org/Hall_of_Fame_1980.html - 到 - > http://bashof.org/category/inductees/1980/
任何人都知道它为什么不起作用?
# 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
RewriteEngine on
RewriteRule ^Hall_of_Fame_1980\.html category/inductees/1980/ [R=301,NC]