开发者

How I can redirect all pages of a folder to a certain page, using htaccess file?

开发者 https://www.devze.com 2023-03-09 02:52 出处:网络
I had a gallery folder. Then I have deleted it. However all pages under it are still shown as \"unable to find\" under Google Web开发者_Go百科masters tools. I want to redirect all pages of that folder

I had a gallery folder. Then I have deleted it. However all pages under it are still shown as "unable to find" under Google Web开发者_Go百科masters tools. I want to redirect all pages of that folder to a certain page. How should I do it?


This will redirect all http://host/directory/anypage.html to http://host/somepage.html

RewriteEngine On
RewriteBase /
RewriteRule ^directory/.+\.html$ somepage.html
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号