Forum Moderators: phranque
I am not sure if this is the right forum for this, but maybe you can point in the right direction.
I recently switched servers...One of my users had PHP_flags in his .htaccess file. At the time I did not know that. My old server supported this, my new server does not.
How can I make this work?
Thanks
Jlimited
If your new server does not support per-directory overrides (.htaccess) and you aren't allowed (likely the case) to modify the configuration files such as httpd.conf then the only alternative is to see if ini_set() [php.net] is going to work and call that on every PHP page.
Not being able to modify certain configuration directives is probably going to be a nuisance down the road though. Maybe another host is worth your time and money?