Support » Fixing WordPress » New Host, Permalinks Broken

  • I recently moved from a smaller host to GoDaddy. My installation at the smaller host was always a bit wonky, so I simply exported all my posts/comments, and started with a fresh install. I’ve edited my wp-posts so that the post title in the permalink is only 15 char. (I’d previously come from Typepad).

    My problem is that the permalinks don’t go anywhere now. I’m getting an error page on GoDaddy. The site is http://www.symbian-guru.com. The front page looks right, but when you try to click through, or leave a comment, you get an error page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1. Set your permalinks to default. Does it work?
    2. Read the docs: Using_Permalinks
    3. Reset your permalinks according to the isntructions.

    On Godaddy or secureserver linux hosting accounts, before messing with .htaccess try this:

    Go to the Customize Permalink Structure page. Where it says “Custom, specify below” put in the following:
    /archives/%year%/%monthnum%/%day%/%postname%/

    I ran into this exact same problem when I switched from my previous host to GoDaddy. To fix it I did the following:

    1) In Permalinks Settings of WordPress, set the ‘Common Settings’ to ‘Default’ and click ‘Save’.
    2) Using an FTP client, delete the .htaccess file from the web server (it’s a good idea to save a copy of it first). You may need to show hidden file types in order to see it.
    3) In Permalinks Settings of WordPress, set the ‘Common Settings’ to ‘Day and Name’ (or whatever option you like) and click ‘Save’.

    That’s it! No manual editing of the file needed (in my case)! This creates a fresh .htaccess file and the ‘pretty’ permalinks worked again.

    Hope it helps! If anyone from support is reading this, it might be a good troubleshooting step to add to the Codex regarding permalinks.

    http://codex.wordpress.org/Using_Permalinks

    Thanks mzupan – your tip just saved me a ton of time! Cheers,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New Host, Permalinks Broken’ is closed to new replies.