vovs03 / baraban16

This project like a training place for upgrading luxury businees in furs industry.
https://baraban16.ru/?github
0 stars 0 forks source link

Сбой сайта 15.06.2019 [обнаружен при случайном заходе] #109

Closed vovs03 closed 5 years ago

vovs03 commented 5 years ago

В почте было предупреждение от Яндекс-метрики

:warning: status 301

Screenshot_2019-06-18_18-05-48_r

vovs03 commented 5 years ago

В 18.15

vovs03 commented 5 years ago

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

#RewriteCond %{HTTPS} !=on
#RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
#Errors cicle ERR_TOO_MANY_REDIRECTS

#RewriteCond %{HTTPS} off
#RewriteCond %{HTTP:X-Forwarded-Proto} !https
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# 2019-01-17
# сжатие text, html, javascript, css, xml:
<ifModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/css text/javascript application/javascript application/x-javascript
</ifModule>

# кеш браузера
<ifModule mod_expires.c>
ExpiresActive On

# Включаем кэширование css, javascript и текстовых файлоф на одну неделю   604800 seconds
ExpiresByType text/css "access plus 60 seconds"

</ifModule>

# Black list ip-address
#<Limit GET POST>
#order allow, deny
allow from all

allow from 185.52.69.102

deny from 185.130.207.239
deny from 51.38.162.236
deny from 217.118.79.36

# 2019-01-21
deny from 142.93.176.133

#</Limit>
vovs03 commented 5 years ago
vovs03 commented 5 years ago

.htaccess

18:59

15, 16 on

RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
vovs03 commented 5 years ago

ControlPanel hosting > Sites

19:08