making php more verbose

in .htaccess
# debugging stuff
php_value error_reporting 17
php_flag display_errors On
php_flag display_startup_errors On
php_flag track_errors On

to enable changing stuff by .htaccess (the 'AllowOverride All' is the important one):
#Restricted set of options

#Options -All -Multiviews FollowSymLinks
Options FollowSymLinks
#AllowOverride None
AllowOverride All
#Order deny,allow
Order allow,deny
#Deny from all
Allow from all

posted by geoff on 6/30/2003 01:27:40 PM
[top | permanent | atom feed]