Viewing 2 replies - 1 through 2 (of 2 total)
  • Yout .htaccess file might be corrupted?

    Thread Starter piter90

    (@piter90)

    I have something like this below

    # 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with login’ is closed to new replies.