

Как вернуть всё на место?
Перед созданием новой темы, пожалуйста, ознакомьтесь с FAQ по LinkorCMS
AddType application/x-httpd-php .html .htm
AddType application/x-httpd-php5 .html .htm
Options -Indexes
AddDefaultCharset windows-1251
# Страницы ошибок
# Скорректируйте пути если сайт работает из поддиректории
ErrorDocument 400 /errorpages/400.html
ErrorDocument 401 /errorpages/401.html
ErrorDocument 403 /errorpages/403.html
ErrorDocument 404 /errorpages/404.html
ErrorDocument 500 /errorpages/500.html
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\..*$ [OR]
RewriteCond %{HTTP_HOST} ^http://xn--74-6kcad9ci.xn--p1ai
RewriteRule ^(.*)$ http://bakal74.ru/$1 [R=301,L]
<IfModule mod_headers.c>
<FilesMatch ".*\.gz\.(js|css|htm|html)$">
Header set Content-Encoding: gzip
Header set Cache-control: private
Header append Content-Encoding gzip
Header append Cache-control private
</FilesMatch>
</IfModule>
<IfModule !mod_headers.c>
RewriteRule ^(.*)(\.gz\.js|\.gz\.css|\.gz\.htm|\.gz\.html)$ headers.php?file=$1$2 [L]
</IfModule>
RewriteRule ^index\.html$ index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^/?(backup|images|blocks|modules|plugins|scripts|setup|templat
es|uploads|errorpages|/.*\.php).*
RewriteRule ^(.*)$ index.php?ufu=$1 [L]
AddType application/x-httpd-php5 .html .htm
Быстрый переход: |
---|