首页设置重定向成功,内页设置却失败是什么问题?
ErrorDocument 404 /404.html
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^mengchuangweiye.cn$ [NC]
RewriteRule ^(.*)$ http://www.mengchuangweiye.cn/$1 [L,R=301]
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^/product/glcp/p2/102.html$ /1.html[NC,L,R=301]
404页面以及首页重定向问题都实现了,但是下方想要将多层级的页面跳转到新增加的空白页面却失败了,求大佬指教该怎么写
3 人参与回答