Are you moving the entire domain? If so try this:
Code:
Redirect 301 / http://www.yournewdomianhere.com/
I'd say put it at the top of your .htaccess file on your root directory (/home/username/public_html/RIGHTHERE)
If you're just trying to do url rewrites I think you should be using the htaccess rewrite and rewritecond commands.
https://www.addedbytes.com/articles/...for-beginners/
Try this
Code:
RewriteEngine On # Turn on the rewriting engine
RewriteRule ^95-web-hosting/?$ forumdisplay.php?f=95 [NC,L]