Server is RHEL5, running PHP 5.1.6
I need to set up a custom permalink structure (specifically: /%year%/%monthnum%%day%-%postname%/) but only the default setting (/?p=%post_id%) and numeric (/archives/%post_id%) work. All other structure (Day and Name, Month and Name, or my custom) end up going to the post not found message.
The .htaccess file is in place and is working correctly. If I try to navigate directly to http://site.com/?p=118, wordpress redirects to http://site.com/2009/0529-my-post-title/. If I insert phpinfo();exit(); into the index.php page that requests should be redirecting to, and then navigate to http://site.com/2009/0529-my-post-title/ i get the phpinfo as I should.
Any ideas? Something easy I'm overlooking? I dont mind digging into canonical.php but would rather not if i dont have to.