网站的URL路径非常的不规范,造成百度迟迟不收录新页面 自己又不会写.htaccess规则 十分苦恼
现在吧网站url放出来求大神给改改 谢谢了 代表ID 不是技术人员真心累啊
需要修改的url 希望的url
www点shenhuifu点me/index.php/Index/best www点shenhuifu点me/best/ (排行榜)
www点shenhuifu点me/index.php/Index/nlist/id/2 www点shenhuifu点me/nlist/.html (分类列表页)
www点shenhuifu点me/index.php/Home/Index/news/id/130 www点shenhuifu点me/id/*.html (文章页)
自己写了一个规则 但是上传之后显示500错误 下面把自己写的代码发一下,大神给看看有什么错误的地方?
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www点shenhuifu点me/index.php/Index/best $ [NC]
RewriteRule ^(.*)$ 点shenhuifu点me/best/ $1 [L,R=301]
RewriteCond %{HTTP_HOST} !^www点shenhuifu点me/index.php/Home/Index/news/id/* $ [NC]
RewriteRule ^(.)$ www点shenhuifu点me/nlist/.html $1 [L,R=301]
RewriteCond %{HTTP_HOST} !^www点shenhuifu点me/index.php/Index/nlist/id/* $ [NC]
RewriteRule ^(.)$ www点shenhuifu点me/id/.html $1 [L,R=301]
本文来自投稿,不代表微盟圈立场,如若转载,请注明出处:https://www.vm7.com/a/ask/19469.html