Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Redirect to include all pages in a directory


transcorpwm - 10:49 am on Jul 18, 2012 (gmt 0)


And finally, this is what I've come up with, which seems to work perfectly:

# serve specific content on Sunday (Day 0) - custom error page
RewriteCond %{TIME_WDAY} 0
RewriteCond %{REQUEST_URI} =/503.html
RewriteRule (.*) $1 [L]
RewriteRule .* - [R=503,L]


Thread source:: http://www.webmasterworld.com/apache/4475886.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com