123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- Options +FollowSymLinks
- # BEGIN WordPress
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteBase /wp/
- RewriteRule ^index\.php$ - [L]
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule . /wp/index.php [L]
- </IfModule>
- # END WordPress
- #### Force SSL ####
- #RewriteEngine On
- #RewriteCond %{HTTPS} !=on
- #RewriteRule ^ https:
- #</IfModule>
- <IfModule mod_headers.c>
- <FilesMatch "\.(eot|otf|tt[cf]|woff)$">
- Header set Access-Control-Allow-Origin
- </FilesMatch>
- </IfModule>
- <IfModule
- Header
- <FilesMatch
- Header
- </FilesMatch>
- </IfModule>
- Header
- <IfModule
- AddType /mp4 m4a f4a f4b
- AddType audio/
- AddType /json json map
- AddType application/
- AddType /javascript js
- AddType video/
- AddType /ogg ogv
- AddType video/
- AddType /x-flv flv
- AddType application/
- AddType /vnd.ms-fontobject eot
- AddType application/
- AddType /opentype otf
- AddType image/
- AddEncoding
- AddType /octet-stream safariextz
- AddType application/
- AddType /x-web-app-manifest+json webapp
- AddType application/
- AddType /x-icon cur
- AddType text/
- AddType /x-vcard vcf
- </
- <IfModule
- AddCharset
- </IfModule>
- <IfModule mod_expires.c>
- ExpiresActive on
- ExpiresDefault
- ExpiresByType text/html
- ExpiresByType /css
- ExpiresByType image/
- ExpiresByType /png
- ExpiresByType application/
- ExpiresByType /javascript
- ExpiresByType text/
-
- ExpiresByType /x-icon
- ExpiresByType text/
- ExpiresByType /ogg
- ExpiresByType image/
- ExpiresByType /mp4
- ExpiresByType video/
- ExpiresByType /webm
- ExpiresByType application/
- ExpiresByType /vnd.ms-fontobject
- ExpiresByType application/
- ExpiresByType /opentype
- ExpiresByType image/
- ExpiresByType /xml
- ExpiresByType application/
- ExpiresByType /cache-manifest
- ExpiresByType application/
- ExpiresByType /ld+json
- ExpiresByType application/
- ExpiresByType /atom+xml
- ExpiresByType application/
- </IfModule>
- <IfModule mod_deflate.c>
- <IfModule mod_setenvif.c>
- <IfModule mod_headers.c>
- SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
- RequestHeader append Accept-Encoding env=HAVE_Accept-Encoding
- </IfModule>
- </IfModule>
- <IfModule mod_filter.c>
- AddOutputFilterByType DEFLATE application/atom+xml
- application/javascript \
- application/json
- application/ld+json \
- application/rss+xml
- application/vnd.ms-fontobject \
- application/x-font-ttf
- application/x-web-app-manifest+json \
- application/xhtml+xml
- application/xml \
- font/opentype
- image/svg+xml \
- image/x-icon
- text/css \
- text/html
- text/plain \
- text/x-component
- text/xml
- </IfModule>
- </IfModule>
- <IfModule mod_headers.c>
- Header unset ETag
- </IfModule>
- FileETag
- <IfModule
- <IfModule
- <FilesMatch
- SetEnvIf
- Header
- </FilesMatch>
- </IfModule>
- </IfModule>
- <IfModule mod_headers.c>
- Header set X-Frame-Options
- <FilesMatch >
- Header unset X-Frame-Options
- </FilesMatch>
- </IfModule>
- <IfModule mod_autoindex.c>
- Options -Indexes
- </IfModule>
- <IfModule
- RewriteCond
- RewriteCond
- RewriteRule
- </IfModule>
- <FilesMatch >
- <IfModule !mod_authz_core.c>
- Order allow,deny
- Deny from all
- Satisfy All
- </IfModule>
- <IfModule
- Require
- </IfModule>
- </FilesMatch>
- <IfModule
- Header
- </IfModule>
- <IfModule mod_headers.c>
- Header set X-XSS-Protection
- <FilesMatch >
- Header unset X-XSS-Protection
- </FilesMatch>
- </IfModule>
|