PDA

View Full Version : Shared server problem


dalster44
07-13-2006, 11:08 AM
Hi,

My server hosts 5 websites, my problem is since I installed the directory my other websites come up with access denied?

How can I fix this?

Thanks,
dalster44

Density5
07-14-2006, 07:09 PM
I had this problem - its the way apache is setup on your host.

Try editing your .htaccess file and put a hash infront of either these options like so

# Disable directory browsing
#Options -Indexes

# Follow symbolic links in this directory
#Options +FollowSymLinks

then upload your .htaccess file and check your sites.

I ant brilliant with .htaccess files but i do know one of them hashed out should sort the problem hopefully.