Forum Moderators: phranque
I placed the redirect in your .htaccess, but did not activate the .htaccess. I want to run this by you to make sure it is what you want:Redirect 301 / [xxxxx...]
ErrorDocument 404 /general/oops.html
But what he's done looks right....
redirect permanent / [xxxxx...]
Permanent and 301 are the same: Apache mod_alias [httpd.apache.org]
Nick