BurntRocket/maggiegermano/gh-pages/.htaccess - Htaccess File

BurntRocket/maggiegermano/gh-pages/.htaccess

# MAINTENANCE-PAGE REDIRECT
<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteCond %{REMOTE_ADDR} !^123.456.789.000
 RewriteCond %{REQUEST_URI} !/under_construction.html$ [NC]
 RewriteCond %{REQUEST_URI} !.(jpe?g?|png|gif) [NC]
 RewriteRule .* /under_construction.html [R=302,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REMOTE_ADDR, REQUEST_URI

Comments

Apache