简体   繁体   English

.htaccess 301 重定向同名

[英].htaccess 301 redirect same name

How to make redirect for this:如何为此进行重定向:

https://www.domain.pl/page-title/ to https://www.domain.pl/category/page-title/

If i make like this:如果我这样做:

RewriteRule page-title/ https://www.domain.pl/category/page-title/ [R=301,L]

This generate loop.这生成循环。

If you are wanting to perform a 301 redirect here is the code.如果您想执行 301 重定向,这里是代码。 remember to place the initial site location first then the new site location second and you will be good to go.请记住首先放置初始站点位置,然后放置新站点位置,然后您就可以开始了。

 Redirect 301 /page-title/ https://www.domain.pl/category/page-title/

Hope this helps.希望这可以帮助。 :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM