• Resolved pramathesh

    (@pramathesh)


    Hi,
    My site was working fine but suddenly I see that I get this error,
    “This webpage has a redirect loop- Reload”

    I can access my dashboard but I cannot access the front-end of the website.

    I have tried everything that was mentioned in this forum from
    – Cleared my Cache
    – Deleted my .htaccess file and let wordpress create a new .htaccess file
    – Reinstalled wordpress
    – Restored my permalinks to default
    – Checked if computer’s time is alright. Manually synchronized with Internet time.

    I really am clueless about what the problem might be.

    My present .htaccess code

    # 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

    My website is https://www.friedeye.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pramathesh

    (@pramathesh)

    I forgot to add one thing, I don’t use any Redirection plugin, I don’t use cache plugin.

    I generally handle all these with htaccess. Somehow thise time, it is not working.

    Thread Starter pramathesh

    (@pramathesh)

    Can anyone help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘This webpage has a redirect loop Only at frontend’ is closed to new replies.