Wordpress Permalink 404 Help Needed

4 replies
  • WEB DESIGN
  • |
I'm not sure if this is the right forum for this question and I'm not sure my wording of the problem will make sense but here it goes:

I built a Wordpress blog:Power Toothbrushes . Permalink settings is Custom Structure: /%postname%/ . I posted a comment on this blog: Can Dentists use the title Dr??? | Dentistry @ Manchester Blog (if you scroll to the bottom, my post is by Steve.) I used this anchor text link: <a href= "http://www.powertoothbrushesreview.com/">Power Toothbrushes</a> . This yields the error 404 message. I've tried the link on my own website and the result is the same so my conclusion is that the problem is on my blog.

I would appreciate your help with this.
Thanks,
Steve
#404 #needed #permalink #wordpress
  • Profile picture of the author kjhosein
    Steve - you made a mistake when you created the link in the comment, probably from pasting a bit too much. If you do a view source on the comment code, here's the relevant bit:
    HTML Code:
    <a href="//www.powertoothbrushesreview.com/"" rel="nofollow">Power Toothbrushes</a>
    Notice the extra double quote? Also notice that you forgot the http: in the URL.

    Cheers!
    Signature
    <!--PM me for a quicker reply. Thx!-->
    {{ DiscussionBoard.errors[3549846].message }}
    • Profile picture of the author Steve Tuggle
      Thanks so very much for the quick and helpful reply.
      Have a great day.
      Steve
      {{ DiscussionBoard.errors[3550107].message }}
  • Profile picture of the author WCRocket
    You can correct the 404 error by creating a 301 redirect for incoming traffic for the link.

    Install the plugin Redirection - WordPress › Redirection « WordPress Plugins and enter the 404 url as the source. You can then set the target to the page you intended.
    {{ DiscussionBoard.errors[3550006].message }}
  • Profile picture of the author haymanpl
    You can redirect it using a redirection plugin and you may also want to change your permalink structure to /%category%/%postname%/

    If you do this you should install Dean’s Permalinks Migration Plugin.

    Looks like you just made a simple mistake with the code
    {{ DiscussionBoard.errors[3550989].message }}

Trending Topics