• 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.

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