Apr

13


Occasionally, your site might be under maintenance, and you want to redirect people who try to access different areas of your website to a notice page, for instance: maintenance.html. Place the code below into the htaccess file to make it work.

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/maintenance.html$
RewriteRule $ /maintenance.html [R=302,L]

When your are done with maintenance just comment it out with the # symbol. You will also need to make the page maintenance.html



Similar Posts

Comments

Name (required)

Email (required)

Website

Speak your mind

Sponsors




Links