404 and Permalinks
-
Hi,
I’m using a custom URL permalink that worked fine yesterday and today does not work. The same pages generate a 404 error message, pulling the 404 template. I’d appreciate any ideas.
First, I have a single.php template file and it works fine when I use one of the default WP permalink structures.
Second, the permalink structure that worked yesterday but not today is:
/content/%year%/%monthnum%/%day%/%hour%.%minute%.%second
These match current links to 1600+ posts and I’m trying to avoid having to manage htaccess redirects when I migrate from Moveable Type to WP.
Third, the htaccess output, regardless of what permalink structure I use is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /dev/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /dev/index.php [L]
</IfModule>
# END WordPressFourth, the htaccess file is CHMOD 777 and WP doesn’t choke when I update the permalinks.
Any ideas what to look at to resolve this problem? Thanks!
- The topic ‘404 and Permalinks’ is closed to new replies.