• We use WordPress for our website. This morning, all of the navigation links are all saying that they all have broken links. Nothing was changed to any of the page links or menus. What happened? How do I fix it? Everything appears to be exactly the way it was.

Viewing 8 replies - 1 through 8 (of 8 total)
  • all of the navigation links are all saying that they all have broken links

    What do you mean exactly?

    1. Try to rewrite permalinks.
    2. Disable any Seo Plugin. Occasionally they cause some bugs (they just need to be reactivated)…

    Thread Starter jakeperdue

    (@jakeperdue)

    What I mean is that when you go to the website and click on any of the links in our navigation menu to move you from page to page, it comes up with an error saying that the link is broken.

    But nothing has changed on our website, so I’m not sure how suddenly my menu navigation no longer works.

    Could you give us a link (Use Google Url Shortener if don’t want to show it directly in public)?

    Thread Starter jakeperdue

    (@jakeperdue)

    Disable your “All in One Seo Pack” and check your .htaccess (in the wp root); it should look like this:

    # 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

    I’ve had this problem since upgrading to WP 3.4.1. The only page that comes up is the home page. All pages & posts go to a 404 Error page.

    I tried disabling all Plugins.
    Tried renaming permalinks.
    Tried Re-saving pages/posts (all of them come up in Admin view).
    There is nothing to re-set under the Permalinks Setting page that I can see.

    Thread Starter jakeperdue

    (@jakeperdue)

    Milmor – sorry, how do I get to the wp root? I’m relatively new to wordpress.

    Download a FTP SOFTWARE (es. FileZilla); then insert your ftp url, username and password (ask the host if you don’t have them).
    Then you will find all your website files, including .htaccess (it may be hidden in some cases, so select “Server>Show Hidden Files” in FileZilla toolbar.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘HELP! Page links not working’ is closed to new replies.