|
htaccess help
Hello,
I recently added SSI to my site, so I added this to my htaccess file.
RedirectMatch 301 (.*)\.htm$ http://www.mysite.com$1.shtm
This works fine.
However, I have a second site on the same hosting plan that doesn't use SSI, so the pages all have an .htm extension. I added this to the second site's htaccess file.
RedirectControl Off
All of the pages on this second site work except the index page. It goes to the index page of the first site instead of the second site.
THanks in advance for any help!
|