Hi,
I have a problem while rewriting url in apache
when ever I get a link as http://www.abc.com/ISP/some_name.html I want it to redirect to the url as below.
RewriteRule isp/(.*).html states_template.php?state=$1
This is working fine but when the url is http://www.abc.com/ISP/index.html I want it to go to index.html static page only.
How can I rewrite my url not to redirect when index.html is accessed instead show the index.html page itself.
Any help on this will be appreciated.
Thanks,
Srikanth.