Home » Learning Center, Wordpress

Wordpress Blog Permalink Structure Not Working Solution

12 March 2010 No Comment

So if you have a word­press blog and you decided to put it into a dif­fer­ent folder. For exam­ple domainname.com/blog. You will notice when you change the perma­link struc­ture that all your posts will cre­ate a 404 error.

One solu­tion on how to fix this is to open the .htac­cess file.
change the line in your .htaccess

Rewrite­Base /

to

Rewrite­Base /blog/

and also change

/index.php

to

index.php

(remove the slash) as it’s not in the root directory.

that should fix it, as it did for us. Enjoy!

Thank You for Vis­it­ing the Lau Explorer

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.