Forum Moderators: open
domain.com
to www.domain.com on a shared windows server
Normally done really simply on a Linux server in htaccess with:
---
RewriteEngine On
RewriteCond %{HTTP_HOST} ^site.(.*)
RewriteRule ^(.*)$ [site.com...] [R=301,L]
---
However this can't be done on my server.
What suggestions do you have and I'll put them to my host?