Using .htaccess, how can I rewrite the URL, such that when a visitor types:
http://www.domain.com/index.php
http://www.domain.com/index.html
they will be redirected to http://www.domain.com/.
I tried it with redirection, but it takes me in the loop...
Please if you could help me with this.