Jump to content

Как убрать второй пароль на админку?

Featured Replies

Posted
comment_160933

Доброго времени суток, возник такой вопрос "Как выключить это?". Сам включал но уже забыл где)

1.png.eb889baa57fed67dd1815b522591e267.png

comment_160943

Ну так никто не знает, что у вас там и как. Найдите его хоть и сюда скопируйте.

  • 1 месяц спустя...
  • Author
comment_161542

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.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.