Hello,
I see that it is possible to put some php config directives in htaccess, however, everytime I try this, my server gives me an error. I have tried a lot of options, straight out of manual. None work. My guess is that I have to tell either php or apache to allow this but I have no idea how.
Here is my latest try:
php_flag magic_quotes_gpc On
This gives the error: Invalid command php_flag..perhaps mispelled or defined by a module not included in the served config
Any ideas?
Thanks
Joshua