Categories

Steps:
Steps:
magic_quotes_gpc = Off
<IfModule mod_suphp.c> suPHP_ConfigPath /home/myusername/public_html/yourJ3folder <Files php.ini> order allow,deny deny from all </Files> </IfModule>
Change “myusername” and “yourJ3folder” to your respective folders. The “/home/myusername/public_html/yourJ3folder” can be found via the Global Configuration:
In Joomla backend > System > System Information > [Directory Permissions], the folder is usually the same as the log directory (but without /logs at the end).
For some hosts, add the following to the .htaccess file in the root of your site (for example /home/myusername/public_html/.htaccess)
php_flag magic_quotes_gpc off
php.ini
file at your Joomla! root.magic_quotes_gpc = Off magic_quotes_runtime = Off magic_quotes_sybase = Off
.htaccess
file and add this line at the top and save the fileSetEnv PHPRC /home/youruser/public_html/php.ini
Works for PHP 5.3 and higher
.user.ini
file at your Joomla! root.magic_quotes_gpc = Off