Magic Quotes Question.
Posted: Wed Apr 30, 2008 1:35 pm
Hello Scott and others.
Since I can't post this on the Parallels forums for some odd reason I'll ask it here.
I'm having problems with magic quotes, I've put this code in the vhost.conf file for the domain I want the quotes on.
EDIT*** Yes I have run the reconfigure script for vhosts.conf
Is this the correct format?
Since I can't post this on the Parallels forums for some odd reason I'll ask it here.
I'm having problems with magic quotes, I've put this code in the vhost.conf file for the domain I want the quotes on.
Code: Select all
<Directory /var/www/vhosts/capriccioristorante.com/httpdocs/News/lists/>
<IfModule mod_php5.c>
php_flag magic_quotes_gpc on
</IfModule>
</Directory>
Is this the correct format?