My blog works fine with permalinks set to default. When i set to month/name and attempt to load a page, i get the apache 404.
The server this site is on is running apache_1.3.41.
The entire wordpress dir is set to 777 (folders and files).
I loaded the AskApache RewriteRules Viewer 3.0 plugin and the contents of my .htaccess file are as follows:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /info/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /info/index.php [L]
</IfModule>
# END WordPress
Im stumped. Been poking around in the Doc's and this forum for a couple days now.
Any ideas what could be causing the permalinks to break?