重定向丢失的页面 - 为什么这不起作用?

时间:2017-08-14 21:27:48

标签: .htaccess redirect

我的.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]

0 个答案:

没有答案
相关问题