Files
development/www/admin/.htaccess
Clemens Schwaighofer 005584e2ed Remove old .htaccess php xdebug, test updates, fixes in admin header
- remove all old php_value settings as they wont work with php-fpm
- test check for removeLB
- fix URL for Error handling include in admin header
2018-11-30 11:37:50 +09:00

5 lines
93 B
ApacheConf

# all .inc files are denied access from outside
<Files "*.inc">
Require all denied
</Files>