View Full Version : Apache permission
mvpblc
02-04-2008, 02:23 PM
Hey to all,
I am a beginner in installing apache 2.2 in Windows Vista, and when I do http://localhost this message appears:
You don't have permission to access / on this server.
Can someone help me.
Thanks in advanced
Regards
Marco C.
rohan_shenoy
02-04-2008, 02:36 PM
Are you being prompted for a username and password?
Or is there an .htaccess file within the home directory? May be the .htaccess is not properly configured.
mediator
02-04-2008, 02:36 PM
Try to put up a test file "index.html" in the root web folder and then test...
index.html
<html>
Heloooo
</html>
Pathik
02-04-2008, 02:43 PM
If you are a newbie better try AIOs like Xampp or Wamp
DigitalDude
02-04-2008, 03:16 PM
wamp is gr8... you dont need to fret over the installation and config options...
btw in your case the directory browsing is not allowed and you can only access files.... as 'mediator' said just put an index.html
or else you can change the config... open your apache config file its pretty much commented well...
and remove this line 'Options -Indexes' under the <Directory "your root directory address will be here like c:/www etc"> tag
if you still cant find get help by searching the apache online docs...
_
mvpblc
02-04-2008, 04:02 PM
Thanks for your help
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.