I need to redirect as suggested in the subject. I actually found some code but it seems to be doing 302s. Can someone help me out and post the code for mod rewrite that does this? The current code I have is the following:
RewriteEngine On
RewriteCond %{HTTP_HOST} !www.domain.com
RewriteRule ^.*$ http://%{SERVER_NAME}%{REQUEST_URI} [R]
Thanks.
Submit Your Article
Forum Rules

Reply With Quote