The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I am trying to create a 301 redirect in my .htaccess folder to direct www.mysite.com/index.html to www.mysite.com, i.e. directing it not to another folder but to the main URL, but whatever I do it just creates 404 errors. Anyone have any simple solution to this?
Colin
Something like this should do it:
Redirect 301 /www.mysite.com/index.html /www.mysite.com/I've used numerous 301/.htaccess syntax over the years and this is what I've been using recently.
Let us know how you get on :¬)
[s]Hmmm...[/s] I am trying to create a 301 redirect in my .htaccess folder to direct www.mysite.com/index.html to www.mysite.com, i.e. directing it not to another folder but to the main URL, but whatever I do it just creates 404 errors. Anyone have any simple solution to this?
Colin