• I’m reposting this because I’m not getting any replies.

    If you go to https://www.wrapmidsussex.co.uk you will be taken to https://www.wrapmidsussex.co.uk/news (this page doesn’t even exist).

    If you click on any links, the page insists on going to the same address.

    I have deactivated all the plugins, deleted some of them, played with the permalinks, changed themes, contacted my server and a few other things too. It’s got to be something very simple but it’s making me feel simple too!

    I’ve researched the forums but to no avail. Can anyone help please????????

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like there is something wrong in your .htaccess so all pages get a “302 Temporary Redirect”…

    Thread Starter drewcam

    (@drewcam)

    The code in my .htaccess in the root folder of my website says the following

    # BEGIN WordPress

    # END WordPress

    One interesting fact. When I am logged into the site, the webpage works perfectly, no matter what tab I am using. When I log out, it goes back to adding /news on the end.

    This is all whats in your .htaccess?
    There should be something like…

    # 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

    Try to recreate your .htaccess… (may delete it if its empty like you posted) and go to your permalinks settings and check if there is any info related to your .htaccess

    Thread Starter drewcam

    (@drewcam)

    I am pleased to announce that it is now fixed and it indeed was a simple problem.
    I have a members plugin and it was set so that only members who were logged in could see the website.
    a silly mistake to make and one which no-one else could have foreseen.
    sorry to waste your time and thanks for my web server Lunarpages for tracing it for me.

    andy

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘all links go to same address’ is closed to new replies.