Файл: .htaccess
Строк: 22
Options +FollowSymLinks
RewriteEngine On
AddEncoding gzip .gz
AddEncoding
gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
ForceType
text/javascript
</FilesMatch>
<FilesMatch
"\.(css.gz|css.gzip)$">
ForceType
text/css
</FilesMatch>
RewriteCond %{REQUEST_URI}
!^/index\.php
RewriteCond %{REQUEST_URI} !/upgrade/index\.php
RewriteCond
%{REQUEST_URI} !/upgrade/
RewriteCond %{REQUEST_URI}
!/peep_cron/run\.php
RewriteCond %{REQUEST_URI} !/e500\.php
#RewriteCond
%{REQUEST_URI}
(/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$
[NC]
RewriteCond %{REQUEST_FILENAME}
(/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$
[NC]
RewriteRule (.*) index.php