PHP verbieten kann man auf verschiedenen Wegen
vhost config, müsste auch für Verzeichnisse gehn, musst ma googlen
Code:
php_admin_flag engine off
oder
Code:
<Directory /var/www/bitbucket/>
<Files *.php>
order deny,allow
deny from all
</Files>
<Files *.php3>
order deny,allow
deny from all
</Files>
</Directory>
hier findest du noch mehr nützliche infos
hxxps://wiki.mozilla.org/Documentation:Security
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]