# Only set these if PHP 5 is loaded as an apache module
php_flag magic_quotes_gpc Off
#php_flag allow_url_fopen on
#php_flag allow_url_include on
# Only set these if PHP 4 is loaded as an apache module
php_flag magic_quotes_gpc Off
#php_flag allow_url_fopen on
#php_flag allow_url_include on
# Limit access to localhost
#
# order deny,allow
# deny from all
# allow from 127.0.0.1
#