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?