[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] POSSIBLY SOLVED - IMP set-up, .htaccess file --> magic_quotes_gpc ERROR
- Subject: RE: [cobalt-users] POSSIBLY SOLVED - IMP set-up, .htaccess file --> magic_quotes_gpc ERROR
- From: "Alex Lee" <alex@xxxxxxxxxx>
- Date: Mon May 28 23:55:46 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> magic_quotes_gpc was turned on for the directory containing the .htaccess
> file. Here is what I added:
>
> <Directory /home/sites/home>
> AllowOverride All
> Options All
> </Directory>
>
> Fortunately, I am a pretty experienced Linux server admin b/c this is
> definitely not an easy problem to diagnose and correct for non
> Linux admins
> who bought their blue box because it was marketed as a server appliance.
That shouldn't be necessary.
There is already an existing entry that covers /home/sites/home in
access.conf.
<Directory /home/sites/>
<Directory /home/sites/*/>
alex