Hi Guys,
I wanted a htaccess file which would set the Default page for a directory and also display the file name in the address bar.
For example:
In general, if index.html
is the Index file, then typing the address http://www.example.com/
would be internally loading http://www.example.com/index.html
but by default the /index.html
is not displayed in the address bar. How can we display it.
Like if user enters http://www.example.com
then the address should change to http://www.example.com/index.html
Please Help
Thanks