[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



> 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