• Hello,

    Since installing Twenty Sixteen I’ve experienced a few problems with my website.

    http://www.glutenfreemrsd.com

    Some of the links on my website to other blog posts are broken and I seemingly have 234 broken links!

    For example in this post the first link to another previous blog post works, but the next one is broken:

    http://www.glutenfreemrsd.com/2015/09/18/gluten-free-tipsfrance/

    Can someone please advise how to fix them? Is this something to do with permalinks? My RSS feed is a bit oddly formatted too since I made the change in theme and tinkered around with my blog.

    Any help greatly appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    Is this something to do with permalinks?

    To find out, try resetting your custom permalinks back to the default setting and renaming your WordPress .htaccess file. If that works, then try reading Using_Permalinks before setting a custom permalink structure again.

    Thread Starter glutenfreemrsd

    (@glutenfreemrsd)

    Hi Tara,

    Thanks so much for the reply.

    Dense question – how do I rename my htaccess file and what should I rename it as?

    Moderator t-p

    (@t-p)

    for example, rename such as: htaccessHOLD

    You can use FTP , or your web-host’s cPanel or whatever file management application your host provides

    Thread Starter glutenfreemrsd

    (@glutenfreemrsd)

    Hi,

    I’ve managed to find my .htaccess file within Yoast SEO. It says the following (copy and pasted) but I’m not sure what I need to change?

    Also, Google finds my posts but says “A description for this result is not available because of this site’s robots.txt”. Is this related to the htaccess problem too?

    # Added by http://bloggertowp.org/ #
    #############################################################
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    # Redirect Main Blog feeds
    #ATOM Feeds
    RewriteRule atom.xml feed/atom/ [L,R=301]
    RewriteRule feeds/posts/default feed/atom/ [L,R=301]

    #RSS FEEDS
    RewriteRule feeds/posts/default?alt=rss feed/ [L,R=301]
    RewriteRule rss.xml feed/ [L,R=301]

    #Comments Feed
    RewriteRule /feeds/comments/default comments/feed/ [L,R=301]
    RewriteRule /feeds/comments/default?alt=rss comments/feed/ [L,R=301]

    #Redirect archives
    RewriteRule ^([0-9]{4})_([0-9]{1,2})_([0-9]{1,2})_archive\.html$ $1/$2/ [L,R=301]

    #Redirect labels/tags/categories
    RewriteRule ^search/label/(.*)$ category/$1/ [L,R=301]
    </IfModule>
    # End http://bloggertowp.org

    # 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

    RewriteEngine on

    Thanks in advance,
    Sian

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Links no longer working’ is closed to new replies.