Hello,
I'm on a virtual server and would like to disable SAFE MODE for my directories. I know it worked with
php_flag safe_mode off on Apache1 but what's the command I have to write into my.htaccess that is working on Apache2?
If I try above line, it gives an 500 error when trying to execute any file within the .htaccess-manages directory.
thanx in advance.