htaccess 将所有请求重定向到某个URL地址的规则 复制代码 代码如下: RewriteEngine On RewriteCond %{REQUEST_URI} != tempIndex html RewriteRule ^ tempIndex html [R=301] Linux服务器 2022-04-06 254 点赞 3 评论 384 浏览