I am redirecting to a new site temporarily and I have followed some instructions I found in the documentation. here is htaccess file: Options +FollowSymLinks I get a page that says: Any suggestions? asked 21 Aug '12, 19:28 Kenny |
I want it to redirect to www.laketahoe-concierge.com I added a new index page for now. Now it just goes to the index page and does not redirect. answered 21 Aug '12, 20:32 Kenny OK I see what the problem is. You are probably going to www.tahoemtproperties.com correct? But your condition only works for requests starting with tahoemtproperties.com (note no www sub-domain). So you can just add an [OR] condition which is the same but with the sub-domain.
(21 Aug '12, 20:51)
waynek
1
Thanks, That was it. I now have ^tahoemtproperties.com [OR] ^www.tahoemtproperties.com
(22 Aug '12, 00:25)
Kenny
Great! I'm glad it's working now. I'm just going to move my comment to an answer for future reference if people search this.
(22 Aug '12, 00:27)
waynek
|
OK I see what the problem is. You are probably going to www.tahoemtproperties.com correct? But your condition only works for requests starting with tahoemtproperties.com (note no www sub-domain). So you can just add an [OR] condition which is the same but with the sub-domain. answered 22 Aug '12, 00:27 waynek |
Hi Kenny. When I go to tahoemtproperties.com it redirects to laketahoe-concierge.com. I suspect maybe your DNS cache had not updated when you made the changes. Could you please try again and let us know if it's still not working? -Wayne K. (WebFaction Customer Support)