小编moo*_*ife的帖子

用于301重定向的RewriteRule

我在重写规则问题上经历了所有已回答的线程.尝试了这些建议,但我仍然不知道我做错了什么.

我想将旧网址301重定向到新网址.例:

old url : http://www.xyz.com/abc/topics.html
new url : http://www.xyz.com/index.php#first
Run Code Online (Sandbox Code Playgroud)

我正在尝试遵循.htaccess中的规则:

RewriteEngine on
RewriteRule ^\/abc\/(.+)$ http://www.xyz.com/index.php#first [L,R=301]
Run Code Online (Sandbox Code Playgroud)

任何建议都非常感谢

apache .htaccess mod-rewrite

9
推荐指数
1
解决办法
4万
查看次数

标签 统计

.htaccess ×1

apache ×1

mod-rewrite ×1