• Darrin

    (@darrinmcneicecom)


    It seems as if links don’t work when I click on them. Not outside page links, but links to tags, posts and categories. Statusbar shows the correct address, but browser takes me back to main page and not the selected post. I have tried to change the permalinks back to default. Deleted .htaccess (See below). etc. No luck

    https://www.northcoastindustrialmetals.com

    Would be thankful for any help on the matter.

    Regards

    htaccess

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    AddHandler x-mapp-php5 .php

    # BEGIN WordPress

    # END WordPress

  • The topic ‘WP links don't work’ is closed to new replies.