Top Nav

Turn on register_globals on Plesk site.

Here’s a quick bit of apache config that can be placed in the conf/vhost.conf file of a Plesk site to turn on register_globals restrictions:

< Directory /var/www/vhosts/somedomain.com/httpdocs >
php_flag register_globals on
</Directory>

And then do:

/usr/local/psa/admin/sbin/websrvmng -a -v