LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   .htaccess show index files from a folder (https://www.linuxquestions.org/questions/linux-general-1/htaccess-show-index-files-from-a-folder-450308/)

spank 05-31-2006 03:06 PM

.htaccess show index files from a folder
 
how can I show the content of a directory in apache?
by default it says that accces if forbiden, i don't have root privilege, but just as a user can't i create a .htaccess file to do that ?
i don't know exacly how...

please help!
thank you!

twantrd 05-31-2006 03:29 PM

You need "Options Indexes" in your apache config. The .htaccess file is usually set for user/password prompt upon seeing a page. For example, if you wanted only certain users to view a page, then use .htaccess.

-twantrd


All times are GMT -5. The time now is 07:50 PM.