I know there's 23 threads regarding magic_quotes_gpc which I have read with interest - one thing that caught my attention was the mention of being able to turn magic_quotes on for particular sites on a virtual host by using .htaccess...
I have tried putting in the following:
php_flag magic_quotes_gpc on
to an already exisiting .htaccess page which deals with .htaccess security but when accessing a page which is covered by .htaccess, an 'internal error' message occurs and page is not viewable.
It would be fantastic if someone can tell me exactly how to use .htaccess to control magic_quotes - they are currently set to 'off' in php.ini and I do not want to change this apart from this one site that requires them on (due to external developer programming site and I can't read his code therefore do not know where to addslashes!!!)
Any advise would of course be appreciated.
🙁