当前位置:主页 > 服务器 > Linux >

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

时间:2020-10-26 22:44:25 | 栏目:Linux | 点击:

复制代码 代码如下:

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


您可能感兴趣的文章:

相关文章