Posted 29 февраля, 20204 yr Доброго времени суток, возник такой вопрос "Как выключить это?". Сам включал но уже забыл где)
9 апреля, 20204 yr Author AddDefaultCharset utf-8 <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteCond %{HTTP_HOST} ^Название сайта$ [NC] RewriteCond %{HTTP_HOST} !^mysite.com$ [NC] RewriteRule ^(.*)$Название сайта$1 [R=301,L] RewriteCond %{SERVER_PORT} !^443$ RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|php)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> ErrorDocument 403 /error403.html ErrorDocument 404 /errors.php
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.