• The website is running ok but wp-login.php is only accessible when I remove the .htaccess:

    # 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 problem should be in the .htaccess file, is above the correct .htaccess code?

    And yes, I changed the permalinks.

  • The topic ‘wp-login.php only accessible after removing .htaccess’ is closed to new replies.