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

enabling htaccess for individual sites

amit290

Basic Pleskian
Hi,

Hope someone can help me. I wish to turn register_globals off for the whole server, but have an OSCOMMERCE site that requires it to be ON. I understand I can change php default values per site via .htaccess files.

Can someone tell me how to enable .htaccess files to do this? I have tried following this article http://kb.swsoft.com/en/124 but it still does not work.

I have this in my .htaccess

Code:
php_value session.use_trans_sid 0
php_value register_globals On
php_value register_long_arrays On

Thanks in advance,
 
Back
Top