如果有人要求https://example.com/12qw34er56ty这样没有扩展名的网页,我会尝试重定向到离线网站。我想出了下面的代码,但它不起作用。有什么建议?感谢。
RewriteRule ^[!/.]*([A-Za-z]+)/([0-9]+)/?$ https://wilqwhjk34er56ty.com [NC,L]
答案 0 :(得分:0)
我终于找到了问题的答案。我的所有文件都是htm,所以我使用它。
RewriteCond %{REQUEST_URI} !\.htm$
RewriteRule ^([^.]+)((/)?)$ https://example.com [nc]