I have a folder on a hosted web server that has an index.html file within it, when I type the URL into the browser along with the index.html the page appears fine like this:
http://www.mywebsite.com/subfolder/index.html
however when I type the URL below the page displays but not properly:
http://www.mywebsite.com/subfolder
If I type the second URL without the index.html should the browser not default to the index page?
Any help would be awesome.
It must be taking
index.htmlby default.As
.htaccessfile is definedindex.htmlas the default file.I checked both the links and both have given the same output.
Can you please check again?