Executar arquivo como PHP
<Files "*.hospedagem"> AddType application/x-httpd-php .hospedagem AddHandler application/x-httpd-php .hospedagem </Files>
Desativar register_global
php_value register_globals off
ou
php_flag register_globals off
Ativar session.auto_start
php_value session.auto_start on
Bloquear listagem de diretorio
Options -Indexes
Comentários