PDA

View Full Version : Problems with webpage firls after install ubuntu


jfreimer
August 9th, 2006, 09:11 PM
I was wondering how you turn off indexing in apache.
Do you just replace:
IndexOptions FancyIndexing VersionSort
with:
IndexOptions
or comment it out?


I was also wondering what is the best way to allow me to put files into /var/www/ should I just chown username:usergroup www or is there a better or more secure way?

d3ck4
August 10th, 2006, 01:16 AM
Create a .htaccess file in your main directory or directory of your choice.

Add this line to that file:

Options -Indexes