Mod rewrite Code Library
Code Library - Temporary
page delivery
Content Delivery
Temporary
page Delivery of content
htaccess code
RewriteEngine on
#index.htm down for maintenance from 12 - 1 pm, use index.html as temporary
substitute
RewriteCond %{TIME_HOUR} >11 [OR]
RewriteCond %{TIME_HOUR} <13
RewriteRule ^index.htm$ /index.html[L] These are great for Holiday, Special Event pages. You can build the page
and set the code up in the .htaccass file and it will automatically
switch on and off as the year/month/day/hour/min/sec permit. |