LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   directory content on apache (https://www.linuxquestions.org/questions/linux-newbie-8/directory-content-on-apache-366344/)

spank 09-23-2005 02:17 PM

directory content on apache
 
if i access my apache server it gives me:
Code:

Forbidden

You don't have permission to access / on this server.
Apache/2.0.52 (Fedora) Server at 192.168.0.1 Port 80

if it doesnt have an intex.html/php.... i want to show me the content of the rootdirectory if it doesnt have an index file. how can i do that ?

thx!

david_ross 09-23-2005 02:40 PM

You will need to make sure that you have the Indexes option listed in the Options directive for your root directory. Some apache config files also use a Location match to stop indexes being created from the / directory, this may also need removed.


All times are GMT -5. The time now is 10:09 AM.