Fixed: FS#1620 - [Security] No Access in additional php.ini
| | |
| | | Deny from all |
| | | </Directory> |
| | | |
| | | <Directory /var/www/conf> |
| | | AllowOverride None |
| | | Order Deny,Allow |
| | | Deny from all |
| | | </Directory> |
| | | |
| | | # Except of the following directories that contain website scripts |
| | | <Directory /usr/share/phpmyadmin> |
| | | Order allow,deny |
| | |
| | | |
| | | # Do not allow access to the root file system of the server for security reasons |
| | | <Directory /> |
| | | AllowOverride None |
| | | Order Deny,Allow |
| | | Deny from all |
| | | AllowOverride None |
| | | Order Deny,Allow |
| | | Deny from all |
| | | </Directory> |
| | | |
| | | <Directory /var/www/conf> |
| | | AllowOverride None |
| | | Order Deny,Allow |
| | | Deny from all |
| | | </Directory> |
| | | |
| | | # Except of the following directories that contain website scripts |