• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Turning register_globals off

C

chrisblackwell

Guest
How can I turn register_globals off on a site by site basis? I have tried putting it in a .htaccess file but it doesn't seem to be working.
 
In this case you have to copy php.ini file in the domain's root folder and make changes which you need.
 
So you mean put it in the httpdocs foler for the root folder like vhosts/domain.com/
 
Hi,

Yes, Put php.ini file in the /httpdocs folder of the domain and made changes in that file which you would need.

It will be work 100%.
 
Back
Top