Forum Moderators: phranque
Welcome to WebmasterWorld!
Assuming that the server is configured with RewriteOptions inherit, then any mod_rewrite code in your Web root directory --the directory containing your "home page" and robots.txt, for example-- will apply to your entire site.
This is also true with the simpler and easier-to-use mod_alias directives, such as
Redirect 301 /index.php http://www.example.com/index.html
Jim
If a hyper refrence populates the address like index.php that is a file and physically exists, it should be opened but with the help of mod_rewrite we want that index.php file should be opened but in the address bar the the index.html should be displayed(it is not a phycial file, not exists).
So, how we can achieve this.
Thanks.