I'm trying to set up Zend Loader but I need to set up
zend_loader.license_path=
in the php.ini. Sadly my server provider doesn't allow the editing of the php.ini, I'm trying to set it up in my .htaccess file. I tried :
php_value zend_loader.license_path /licensefiles/polski.zl
but it doesn't work. Using
php_value zend_loader.license_path=/licensefiles/polski.zl
gives me a 500 internal error
Any ideas how I could get it to work ?