.htaccess, redirect isn't working right.

Here is the situation. The main website I have hosted I am redirecting like this. http://mainsite.com redirects to https://mainsite.com/store

The .htaccess looks like this right now....

Redirect permanent /index.html https://mainsite.com/store/

Now I have a subdomain hosted and it redirects to the mainsite whenever someone goes to it. I figure since I am using just the /index.html in the redirect, but if I put the wwhole domain name in the first part of the redirect then the mainsite does not get redirected right.

 

 

 

 

Top