I'm on a windows server and I need to redirect all traffic from domain.com to www.domain.com (301). Can you help? I've tried to do the "Home Directory" "A redirection to a url" within IIs but my site spools and times out. Any suggestions?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
And the last post is:
To be installed on the htacess file.
*To avoid the https:
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^(.*)$ http://domain.***/$1 [R=301,L] (to do this you need to have a ssl on the apache server installed.)
*To avoid the www. :
RewriteCond %{HTTP_HOST} !^ttaxi.pt$
RewriteRule ^(.*)$ http://domain.***/$1 [R=301]
*To avoid the domain.***/index.html and redirect to the http://domain.***
RewriteCond %{the_request} ^[A-Z]{3,9}\ /.*index\.html\ HTTP/
RewriteRule ^(.*)index\.html$ http://domain\.***/$1 [l,r=301]
so i will need to create to sites in iis. one www and the other without www and do the properties on the without www and redirect to www.domain.com under "A redirection to a url"?
I'm on a windows server and I need to redirect all traffic from domain.com to www.domain com (301). Can you help? I've tried to do the "Home Directory" "A redirection to a url" within IIs but my site spools and times out. Any suggestions?
I just have notice that the domain . com is getting a lot of links because peopal use it as a link.