Forum Moderators: phranque
If anyone can help me figure this thing out [I'd appreciate it].
[edited by: jdMorgan at 1:08 am (utc) on Nov. 26, 2007]
[edit reason] Edited to comport with TOS [/edit]
try this:
RewriteCond %{QUERY_STRING} ^redirectfromhost=your-server-is-down$
RewriteRule ^.*$ http://www.example.com/ [R=301,L]
[edited by: jdMorgan at 1:09 am (utc) on Nov. 26, 2007]
[edit reason] cleaned-up original query string, examplified [/edit]
RewriteCond %{QUERY_STRING} ^redirectfromhost=your-server-is-down$
RewriteRule [b]^$[/b] http://www.example.com[b]/?[/b] [R=301,L]