Created
November 27, 2013 18:27
-
-
Save deathcult/7680713 to your computer and use it in GitHub Desktop.
网站升级调整。全部.php请求,都重定向到construction.html。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## .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