Quote:
Originally Posted by Kard63
internal server error 500 on that one.
|
That should work with Apache 1.2-2.x. Some hosts don't have AllowOverride set to All; you can try removing the <IfModule> directives, but that's just a safety harness.
Depending on your config, the terminator can be confusing it. Try this:
Code:
RewriteBase /turd
RewriteRule ^(.*) http://www.newhost.com/ [R=301,L]