• Resolved ccano

    (@ccano)


    Hi, I just moved my WordPress blog from one server to another and now my permalinks aren’t resolving. If you hover over story headlines, you see the permalinks insert an extra forward slash after the domain name, thus ruining the link. How can I fix this?

    Thanks in advance,
    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ccano

    (@ccano)

    Sorry, forgot to add my link:

    https://www.appleiphonereview.com

    Thread Starter ccano

    (@ccano)

    This is what I have in my code for the headlines:

    <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">
                                            <?php the_title(); ?>
                                    </a>

    I don’t think there’s any problem there.

    Thread Starter ccano

    (@ccano)

    Problem solved. When moving my WordPress setup some of the post categories were set to Uncategorized, which seems to have created the empty space // in the URLs where the category name would normally be.

    Thanks anyway everyone.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Urgent: Permalinks messed up’ is closed to new replies.