|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/simes/unused/fCMSBackend/ |
Upload File : |
# vim:set filetype=apache:
# Protect XML files
<Files *.xml>
Order allow,deny
Deny from all
</Files>
<Files xmlContent.xml>
Order deny,allow
Allow from all
</Files>
<Files crossdomain.xml>
Order deny,allow
Allow from all
</Files>
# Protect PHP files
<Files *.php>
Order allow,deny
Deny from all
</Files>
<Files index.php>
Order deny,allow
Allow from all
</Files>
<Files fCMSDebug.php>
Order deny,allow
Allow from all
</Files>
# Try to fix mod_security problems
<IfModule mod_security.c>
SecFilterScanPOST Off
SecFilterCheckURLEncoding Off
</IfModule>