📜  .htaccess 重定向 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:12.710000             🧑  作者: Mango

代码示例6
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/maintenance.html$

RewriteRule $ /maintenance.html [R=302,L]