GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   apache configure question (https://gfy.com/showthread.php?t=444667)

alex79 03-16-2005 03:52 AM

apache configure question
 
i've configured apache to allow directory browsing with next code:

PHP Code:

<Directory "/">
    
AllowOverride FileInfo AuthConfig Limit
    Options Indexes 
+FollowSymLinks -MultiViews ExecCGI +Includes
    AllowOverride All
    Order allow
,deny
    Allow from all
</Directory

but when i access domain.com (after i removed the index file) i get an error message like : "Forbidden You don't have permission to access / on this server."
if i access any directory domain.com/directory i can see the directory content (i can browse any directories but i can't browse the domain.com directory)

Anybody know what's wrong?

maddox 03-16-2005 04:34 AM

Probably your <Directory> value is wrong, change it to the path to your domain.com


All times are GMT -7. The time now is 05:41 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123