“Site down for maintenance” notice using Apache .htaccess and the mod_rewrite module. I assume you know how to enable the Apache htaccess directive and the mod_rewrite module.
First you need to create a .htaccess file in your root level of your website. Next you add the following lines to it
Options +FollowSymlinks RewriteEngine on […]
Recent Comments