how do you turn off the session auto start? I am trying to install a fresh copy of joomla and session auto start is on but it is recommened that it be off. Also same thing with the magic quotes, how do you turn them on. Thanks.
php_value session.auto_start 1
php_value magic_quotes_gpc on
php_value magic_quotes_runtime on
to your .htaccess
Unfortunately it depends on your provider wether this works or not. If it doesn't work, ask your provider to turn on/off, whatever you need or if they support custom php.ini (some providers support you placing a custom php.ini in your Root Folder to override default-settings).