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