Permalinks don’t working? Fix apache config!

Permalinks don’t working (oops link is broken or 404 not found)

whose sheet fault is it?

1. .htaccess file in your root wordpress directory not rewritable (not enough permission).
2. mod_rewrite module of your apache installation is not loaded.
3. AllowOverride directive for your directory set to None.
4. All above together.

What to do?

1. Allow rewriting of .htaccess (on windows uncheck read-only on linux sudo chmod …).
2. Open your httpd.conf file and look for

LoadModule rewrite_module modules/mod_rewrite.so

sure it is uncommented. Don’t close file.
3. Look for AllowOverride. You probably will found two, you need second one that is for your directory.
Set it to All.

Is it works for you? It’s works for me.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • LinkedIn
  • MySpace
  • RSS
  • Twitter
  • Yahoo! Bookmarks
  • Yahoo! Buzz
  • BlinkList
  • blogmarks
  • DZone
  • E-mail this story to a friend!
  • LinkaGoGo
  • Live
  • MisterWong
  • MisterWong.DE
  • Reddit
  • StumbleUpon
  • Technorati
  • ThisNext
  • Tumblr

Related posts:

  1. Java os.name property values

Leave a Reply


wordpress seo