here is my .htaccess file
php_flag display_errors Off php_flag display_startup_errors Off php_flag log_errors On php_flag magic_quotes_sybase Off php_flag magic_quotes_gpc On php_flag register_globals Off php_value error_log /home/sites/mine.co.uk/public_html/errors/php.txt php_value error_reporting 2147483647 Options All -Indexes php_value disable_functions phpinfo AuthUserFile "/home/mine/.htpasswds/public_html/mine.co.uk/adindex/passwd" AuthType Basic AuthName "enquiries@mine.co.uk" require valid-user
why is the above a problem, i mean can i not use php.ini file and put all this in that and get that to work? Which is better.
Thank you for you help.















