Skip to content

Instantly share code, notes, and snippets.

@deathcult
Created November 27, 2013 18:27
Show Gist options
  • Save deathcult/7680713 to your computer and use it in GitHub Desktop.
Save deathcult/7680713 to your computer and use it in GitHub Desktop.
网站升级调整。全部.php请求,都重定向到construction.html。
## .htaccess
## redirect all php request:
RewriteEngine on
RewriteCond $1 php$
RewriteRule ^(.*)$ http://www.abc.com/construction.html [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment