.htaccess 301包含以下内容的重定向路径

时间:2019-02-13 09:06:33

标签: apache .htaccess redirect

我的htaccess文件中有一些特定的301重定向正在起作用:

Redirect 301 /faqs.22.children-faq.htm https://example.co.uk/news-insights/
Redirect 301 /contact.htm https://example.co.uk/contact-us/
Redirect 301 /privacynotice.php https://example.co.uk/privacy-notice/
Redirect 301 /cookies.php https://example.co.uk/cookie-policy/

还有数百个新闻页面,其路径名的格式如下:

/news.345.htm 
/news.29.htm 
/news.0289.htm 
/news.2.htm 

我需要全部重定向,以使这些新闻页面指向1页。我尝试了以下几种正则表达式模式,但没有得到任何喜悦。有任何想法吗?正则表达式会在这种情况下工作吗?还是我必须启用某些功能?

Redirect 301 /news.[0-9]+.htm https://example.co.uk/news/

0 个答案:

没有答案