configure htaccess from root to Index.html
Hi all,
I have a very simple problem but since I just started to learn coding, I still can not find the answer.. Here is the problem:
I try to configure a htaccess to redirect from my domain www.vectsore.com to my index file www.vecstore.com/Index.html which is the homepage of the website.
As i am hosted on Godaddy, they gave me a htacces but - i don't know why- it doesn't work :
rewriteengine on
rewritecond %{HTTP_HOST} ^www.vecstore.com$ [OR]
rewritecond %{HTTP_HOST} ^vecstore.com$
rewriterule ^vecstore\.com$ "http\:\/\/vecstore\.com\/vecstore\.com\/Index\.html" [R=301,L] #50413b751e5f6
i noticed that the problem could come from the "/" after the Index.html (http://www.vecstore.com/Index.html works, http://www.vecstore.com/Index.html/ doesn't). But i didn't find how to erase it. Could somebody help me with that ?
Thansk a lot in advance!