treehouse : what would you like to learn today?
Web Design Web Development iOS Development

nav links go to the home page

  • 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
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress


    ---http://goo.gl/4s0mR

    Any help is appreciated

    Tim
    http://www.smithdesign.us This is my site
  • 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
  • It is a linux based server hosted by GoDaddy