Always asking me for login

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mohammed Abu Risha
    Senior Member
    • Oct 2017
    • 412
    • 5.3.x

    [Bug / Issue] Always asking me for login

    Hi!

    When I enter my user name and password, the log in area evolves into a small page. The following gif link explains what I am talking about:

    Last edited by Mohammed Abu Risha; Sat 29 Sep '18, 5:19am.
  • m-d-luffy
    Senior Member
    • Sep 2018
    • 109

    #2
    The first step is done
    Return to the original file htaccess.
    العاب - game
    العاب - game
    العاب - game

    https://www.youtube.com/@abdur7maan

    Comment

  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73976

    #3
    Make sure the URL in your AdminCP is properly entered. If you are using SSL, you should always use the HTTPS address and this needs to be entered into the URL fields under Settings / Options / Site Name / Contact Details. You should never use http if you have an SSL certificate installed.

    If you're using Apache 2.4.X (recommended) you can then uncomment these lines in the .htaccess file to redirect users to your secure URL.

    Code:
        #To redirect users to the secure version of your site, uncomment the lines below
        #RewriteCond %{HTTPS} !=on
        #RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
    Change it to:
    Code:
        #To redirect users to the secure version of your site, uncomment the lines below
        RewriteCond %{HTTPS} !=on
        RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
    If you are not using Apache 2.4.X, then you need to discuss this with your hosting provider or server administrator.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...