• Ok weird issue.

    I am getting nothing but 301 errors – on random browsers, that work and then no longer work – on my wordpress installation.

    I’ve tried with disabling plugins and the theme but can’t find the root of the issue. My htacces is:

    # 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

    What seems to happen is you visit the link once (if at all) and then it throws a 301 error back. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    please post a link to your site.

    Thread Starter Versipellis

    (@versipellis)

    So it’s website – basically moving around the pagination or any of the links below the header (header links are all external) causes the issue. tested on a few browser and a few different machines.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I don’t see 301s. I clicked on “Truck Technican” and went right there. Pick on specific link for me to look at, please.

    Thread Starter Versipellis

    (@versipellis)

    So once you go to any page, and click through the pagination etc, after 10-15 clicks it just starts reloading the homepage. We can’t find a direct ‘this page will always break’ it seems incredibly random. At first I thought it was the cv page being the trigger but oddly it will work for one person for a long time then in general break.

    The 301 is only visible within the network tab on dev tools.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘All pages are returning 301 after visiting’ is closed to new replies.