<IfModule mod_rewrite.c> RewriteEngine On # 'under construction' override RewriteCond %{REMOTE_ADDR} !^127\.0\.0\.1$ RewriteRule ^(.*)$ maintenance.html IfModule>
2819 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
<IfModule mod_rewrite.c> RewriteEngine On # 'under construction' override RewriteCond %{REMOTE_ADDR} !^127\.0\.0\.1$ RewriteRule ^(.*)$ maintenance.html IfModule>
You need to create an account or log in to post comments to this site.
I am a bit confused with howt address mentioned in this snippet
I have my site hosted on eatj.com . When I am upgrading new features, I want to show a maintance page to the users of my site when it is down. Is it the same that this snippet does.
If so, where to put this code in. Please help.