WordPress Permalinks

Started debugging my rewrite rules in my httpd.conf. I’m using mod_rewrite for everything, an I am no longer using Alias, or calling ProxyPass directly.

Using Permalinks told about setting AllowOverride, which I’d not done, and as a result, the WordPress admin page that sets the permalink, and generates rewrite rules, did not work correctly.

I’d like to modify the generated rules for inclusion in my http.conf, for better performance. Putting them in .htaccess forces Apache to create a sub-request to process the per-directory rules.

I’ve got pretty permalinks going on. I’ve updated the ThinkNOLA blogs.

Leave a Reply