• Can someone look at this blog

    https://danielleesale.net/linkblog/

    And possibly tell me what is going on with it?

    Click on a permalink, and it’s like nothing happens! You still see all of the other posts!

    That goes for just about everything that is internal to that WP install (Entries/Comments RSS, Blog Archives, etc)

    I didn’t get any errors when I installed WP. If someone knows about this, I’d appreciate the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not an expert by any stretch, but I’d try changing the single quotes in this:

    <link rel='archives' title='June 2006' href='https://www.danielleesale.net/linkblog/2006/06/' />

    to use double quotes.

    The quotes on your archives link isn’t the problem, you are getting a 404 error for your permalinks, which just ends up at the index again. If there was a 404.php file in your template folder, you would see that but instead your index.php is displayed.

    If you go to https://danielleesale.net/linkblog/?p=17 for example, you can see your post. That’s because it is not using permalinks, but the underlying request structure that using permalinks disguises and from which WordPress operates.

    See here: https://codex.www.ads-software.com/Permalinks#Fixing_Permalink_Problems
    to find helpful tips in fixing your permalinks.

    Otherwise, try pasting the contents of your .htaccess file and perhaps some error can be found. Also, ensure that your server is set to allow URL rewriting. If it doesn’t, all this is moot.

    EDIT: It appears you have a separate WP installation in your site root, and it looks to be working fine, so clearly you can work with permalinks. Check your .htaccess, and perhaps the one in root is interfering with the one in linkblog?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site not working properly’ is closed to new replies.