Self-Hosted WordPress Permalink Problems – Solve Database Issues

Finally, if you are still here it means that you properly applied point 1 to 3 of the checklist and you are still experiencing problems with permalink.

I have one last point that you should check out. Sometimes WordPress does not communicate properly with you database. You should check the setting in your WordPress Dashboard are properly stored in the WordPress database. So log in to your favorite database management tool (I use phpMyAdmin) and go to the WordPress database. Find the table ”wp_options” and check if option name ”permalink_structure” has the proper permalink specification.

Finally, find the option name ”rewrite_rules” and flash its option value (do not worry, WordPress will re-populate it). Sometimes the value is stuck and prevent a proper use of the rewrite option.

Hopefully this checklist helped you to solve you permalink problems.

Checklist

  1. .htaccess must be present in the same folder as index.php
  2. .htaccess be writeable
  3. apache2.conf must allow overwrite
  4. database problems
Advertisement

One thought on “Self-Hosted WordPress Permalink Problems – Solve Database Issues”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.