| Posted: 16 December 2011 at 11:02am | IP Logged
|
|
|
I have tried several examples but cant seem to get it to work. Here is what I have in httpd.ini now.
[ISAPI_Rewrite] RewriteCond Host: ^www\.dvmark\.com RewriteRule (.*) http\://dvmark\.com$1 [I,RP]
### subdomain redirect v2 ### RewriteCond Host: . . . . (more stuff here)
I want to add a 301 redirect of www.digitalvisionmarketing.net to dvmark.com
Also traffic from non www digitalvisionmarketing.net to dvmark.com
If I could get help with the syntax it would be greatly appreciated
Thank you
|