Quote:
Originally Posted by E.T.
The following .htaccess file is in the wiki dir and also in the forum dir
Code:
php_value upload_max_filesize 30M
php_value post_max_size 30M
AddHandler x-httpd-php5 .php
php_flag magic_quotes_gpc Off
|
I switched off php_flag magic_quotes_gpc directly in php.ini not in .htaccess . Check sucess of your setting in Admincp>Maintenance>PHP Info. Local and Master Value is switched off for me.