EPESI BIM • Business Information Manager • Cloud CRM/ERP http://epe.si/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- Options -Indexes
- #SecFilterEngine Off
-
- #if your server is running php as apache module:
- <IfModule mod_php5.c>
- php_value memory_limit "64M"
- php_flag magic_quotes_gpc off
- </IfModule>
- <IfModule mod_php7.c>
- php_value memory_limit "64M"
- </IfModule>
-
- <IfModule mod_alias.c>
- RedirectMatch 404 /\\.svn(/|$)
- RedirectMatch 404 /\\.git(/|$)
- Header always append X-Frame-Options SAMEORIGIN
- Header set X-XSS-Protection "1; mode=block"
- </IfModule>
|