Forum Moderators: phranque
I added this line:
Redirect 301 /index.html [mydomain.com...]
If I enter my site by typing in the address bar [mydomain.com...] I can load the home page, but if I type [mydomain.com...] only, there will be a loop and the home page will never get loaded in my browser.
What is the right way of doing this?
Thank you for your help.
Try this:
DirectoryIndex index.shtml
Redirect 301 /index.html http://www.mydomain.co[b]m/[/b]
Jim