# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Protect files and directories from prying eyes.
Order allow,deny
# Override PHP settings that cannot be changed at runtime.
# PHP 5, Apache 1 and 2.
php_flag magic_quotes_gpc off
php_flag magic_quotes_sybase off
php_flag register_globals off