Hi guys,
I tried various things, including reading the forum, and doing as said, but cant figure out what is going on. Never had this issue with other installations.
Archives is showing a 404 page.
http://www.courtneydesigns.ie/blog/archives/11/2007/
The site http://www.courtneydesigns.ie/blog/index.php
Im using this structure:
/archives/%day%/%monthnum%/%year%/%postname%/
Any ideas?
%day%/%monthnum%/%year%/ - this is wrong. Make it the other way around: year/month/day
That fixed it.
So if it cant be done, why give me the option?
I rather have it /%day%/%monthnum%/%year%/ as it is easier to read.
Anyhow, Thanks Moshu, for your wisdom.
No, it doesn't give you that option, actually.
The reason is in the logic of retrieving your data from the database: it goes from a wider "pool" (year), narrowing down to one single month, and then to a day. If you start with the 'day' - the logic is broken.