Viewing 7 replies - 1 through 7 (of 7 total)
  • Rename the .htaccess and try again to load your website, then login to wp-admin and correct the SEO settings. You might have mentioned the website name in CAPITALs.

    Thread Starter valentinas25

    (@valentinas25)

    I have deleted .htaccess file already and I still can’t to access wp-admin…I’ve tried using phpmyadmin too,but nothing…

    Thread Starter valentinas25

    (@valentinas25)

    I’ve forgot to say that website was cloned with wp-clone so this is a copy of original

    Go to wp-content/ and rename plugins folder. Then have a check if you are able to login to backend and access website.

    Once you are in, just create an empty folder with name “plugins” (without quotes), and install the Plugins again.

    Thread Starter valentinas25

    (@valentinas25)

    Just tried,still not working

    Thread Starter valentinas25

    (@valentinas25)

    It redirects to:
    URL DELETED
    I have no idea why…

    Thread Starter valentinas25

    (@valentinas25)

    Fixed by creating .htaccess and adding following code:
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !(/)$
    RewriteRule ^(.*)$ /$1/ [R,L,NC]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)/$ /index.php/$1 [L,NC]

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Error Loop of Redirects’ is closed to new replies.