htaccess 将所有请求重定向到某个URL地址的规则

时间:2016-09-25

RewriteEngine On
RewriteCond %{REQUEST_URI} !=/tempIndex.html
RewriteRule ^ /tempIndex.html [R=301]


上一条:网站无法响应HTTP/1.1_Server Too Busy 下一条:16个简单实用的.htaccess使用技巧

相关文章

最新文章