• Resolved ellsolutions

    (@ellsolutions)


    I read other replies to similar issues but they are not helping. I cannot log into the wp-admin page. It was working just fine two weeks ago and then all of a sudden, it stops. Below are the contents of my .htaccess file:

    # Use PHP5.4 as default
    AddHandler application/x-httpd-php54 .php
    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://vincongroup.com/$1 [R=301,L]

    # BEGIN rlrssslReallySimpleSSL rsssl_version[2.2.16]
    #<IfModule mod_rewrite.c>
    #RewriteEngine on
    #RewriteCond %{HTTPS} !=on [NC]
    #RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    #</IfModule>
    #<IfModule mod_headers.c>
    #Header always set Strict-Transport-Security ‘max-age=31536000’ env=HTTPS
    #</IfModule>
    # END rlrssslReallySimpleSSL
    # 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

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wp-Admin Page Not Found’ is closed to new replies.