Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End nav links go to the home page

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38744
    Timothy Smith
    Participant

    Hi everyone,

    A bit back I did something on my that made my custom WordPress theme to break. Two this are going wrong. The most important on is that all of my nav links go to the home page. I have tried the following:

    .htaccess file: —left it blank and clearing browser cache
    —Various .htaccess “hacks”


    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    http://goo.gl/4s0mR

    Any help is appreciated

    Tim
    http://www.smithdesign.us This is my site

    #105255
    Timothy Smith
    Participant

    I also tried

    1st try resetting them to default
    does it work now?
    if so, reset to your format and test

    if not, delete .htaccess
    upload blank .htaccess
    chmod 666
    set permalinks
    chmod back to 644 for security

    #105256
    Timothy Smith
    Participant

    It is a linux based server hosted by GoDaddy

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.