• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

10.3.1 > can't change php.ini (magic_quotes_gpc off)

Scubapro

New Pleskian
phpinfo shows that magic_quotes_gpc are On. I want them off

So i changed php.ini in /var/www/vhosts/domain.tld/etc and added magic_quotes_gpc Off. Restarted Apache but no effect.

Then i looked in php.ini in /usr/local/psa/admin/conf/. Here magic_quotes_gpc is all ready Off

Then i looked in php.ini in /etc/. Here magic_quotes_gpc is also all ready Off

Where do i need to look for more php.ini files? And why is my change in /var/www/vhosts/domain.tld/etc not working?
 
Problem solved thanks to Hugo.

In htaccess you have to use: magic_quotes_gpc Off
In php.ini you have to use: magic_quotes_gpc = Off
 
Back
Top