Linux系统下网站只能首页做301跳转,内页无法做跳转,用的是阿里云的服务器。
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页面以及首页重定向问题都实现了,但是下方想要将多层级的页面跳转到新增加的空白页面却失败了,求大佬指教该怎么写
也可以在https://zhidao.baidu.com/question/591882160716130005.html这里帮忙回答一下
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页面以及首页重定向问题都实现了,但是下方想要将多层级的页面跳转到新增加的空白页面却失败了,求大佬指教该怎么写
也可以在https://zhidao.baidu.com/question/591882160716130005.html这里帮忙回答一下