Apache Config...

A

Anonymous

Guest
Hi i was trying config apache and here is the problem...


OS: Win98 SE
Server: Apache 1.3.27

What i want is...

on typing http://www.ruturajv.com , I should be taken to 'd:\php\homepage\' so i tried using

Port 80
Listen 127.0.0.2:80
<VirtualHost 127.0.0.2>
DocumentRoot "d:/php/homepage"
ServerName http://www.ruturajv.com
</VirtualHost>

And for address "http://127.0.0.2/" i get error

/////////////////// THE ERROR ////////////////////////////////
Forbidden
You don't have permission to access / on this server.


-------------------------------------------------------

Apache/1.3.27 Server at http://www.home.com Port 80
/////////////////// THE ERROR ////////////////////////////////
 
if there is no index.html in the directory you will get this error. index.php will not work unless you add it to an available index type.
 
Back
Top