简体   繁体   中英

htaccess multiple url 301 redirect

There are many sections in my news website. And contents are in 2 languages: English and Hindi. URL structure is like

site.com/city1/123/some-text-here
site.com/city2/123/some-text-here

and so on

But I want to redirect these types url to

site.com/news/city1/123/some-text-here
site.com/news/city2/123/some-text-here

Also there are some exclusions like

site.com/hindi/some-text
site.com/election/some-text
site.com/images/some-text
site.com/css/some-text

There are few more exclusions. I don't want these urls to be get affected. Also, all redirection should be 301 redirect because URLs are already got indexed on Google.

根据您的问题:您要将/ city /文件夹及其所有请求重定向到/ news / city ,您可以使用以下一种线性重定向:

Redirect 301 /city/ /news/city/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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