1: on folder’s .htaccess put:
suPHP_ConfigPath /home/{account}/public_html
<Files php.ini>
order allow,deny
deny from all
</Files>
2: in php.ini
magic_quotes_gpc = Off magic_quotes_runtime = Off magic_quotes_sybase = Off
3. Remember for correct: chown, chmod
Done.