In my Static/CGI/PHP application, I am trying to redirect any urls of the form http://www.mysite.com/city/blahblah to http://www.mysite.com/index.html/#city/blahblah. How can this be done with .htaccess rules? I could not get this redirect to work. So I tried something simpler, in the form of:
However, even with this these rules, http://www.travyde.com/ffsdasdaf would give me a "The requested URL /ffsdasdaf was not found on this server." error. Shouldn't this rule redirect any http://www.travyde.com/* url to http://www.travyde.com/index.html? Am I missing some configuration step here? Any help would be greatly appreciated. Thanks! asked 02 Oct '13, 20:22 hus |
It's not clear how this ties into your travyde.com domain; could you please log a support ticket with us? That will allow us to look at how the application is mounted to the domain etc. so that we can better assist you. Thank you,
Thanks waynek, will do!