0 Members and 1 Guest are viewing this topic.
#This files has been modified as part of the release of the Aurora-Script 408FJ Series script.#Modified Date: January 24, 2013<Files .htaccess>order allow,denydeny from all</Files>ServerSignature OffRewriteEngine OnOptions +FollowSymLinks#Next directive may cause 500 error on some servers#It depends on how the sever have default directives configured#Comment the following directive if necessaryOptions All -Indexes#Setup a maintenance page#RewriteCond %{REQUEST_URI} !/maintenance.html$ #RewriteCond %{REMOTE_HOST} !^111\.111\.111\.111#RewriteRule $ /maintenance.html [R=302,L]