Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP How to Build a WordPress Theme WordPress Theme Functions The WordPress Loop

If I set permalink to "post name", post pages show "404 Not Found ". What to do?

I can't view posts in wordpress installed on a local server after I set my permalink to "post name". Please, help.

1 Answer

Chris Shaw
Chris Shaw
26,676 Points

Hi Joy,

Are you using the tag %postname% within your permalink structure? If so ensure you have the rewrite module enable within your Apache instance which you can do by opening the httpd.conf file depending on your server software, once you've confirmed that ensure the .htaccess file in your WordPress installation which in the same location as your wp-config.php file has valid rewrite rules in it which you can do by visiting the below URL.

http://martinmelin.se/rewrite-rule-tester/