Monday, 15 June 2015

php - Setting up Zend Loader License path in .htaccess -


I am trying to set up the Zend Loader but I have to set up

 < Code> zend_loader .license_path =  

Regrettably in php.ini that my server provider does not allow the editing of php.ini, I set it up in my .htaccess file I am trying to I tried:

  php_value zend_loader.license_path /licensefiles/polski.zl  

but it does not work.

gives me a 500 internal error

anyone Also consider how I can get it to work?

Your server provider may also prevent you from setting these types of values ​​

< / P>

> Once you set the value, run the phpinfo () function and verify that it is not being raised correctly. If not, try changing other PHP settings through the same method and see if they are being raised or not.

Even if your server provider can block the price setting through HTACS but they can provide another way for you to set standards like this. For example, some server providers allow you to drop into the local "php.ini" file in your hosting directory, which will be picked up and processed. Check with them.


No comments:

Post a Comment