Quote:
|
Originally Posted by webhost1
|
--> there is no index.htm in the directory
Quote:
|
Originally Posted by webhost1
|
--> if you want this page to be displayed when calling
http://www.yourweb.info/health/
then you need to modify your virtual host configuration. But I don't think you want to do this.
When you call a directory, the server tries to find a file which is configured as "directory index", in almost all cases index.htm, index.html, index.php and so on. If such a file isn't there, you get that "Forbidden" error.
So: either rename healthtips.htm into index.htm or add healthtips.htm to the list of directory indeces (via your virtual host config or a .htaccess file, if your hosting service allows this.)
hth,
Alex