So, to test and get things right before doing my main blog, I've been doing some of the smaller blogs on my site.
Run into a weird thing though ..
On one blog, I use:
CODE
individual/<$MTArchiveDate format="%Y/%m/"$><$MTEntryTitle dirify="1"$>/index.html
For the individual archives (or any of the archives) ... when you visit the main blog, and click the link to follow through to it, it automatically chops off the "index.html" and leaves a nicely formed URL.
Two other blogs, both behind .htaccess password protection, the index.html gets left on the URL to the archives. They use the exact same piece of code above.
I can't see why the one blog is forming it's links nicely, by chopping off the index.html on the URL, but the other two don't. Could it be the .htaccess, or something else I'm missing?
One other question:
When I move my main blog, which has around 1500 entries now, over to the new archives, how can I force my old archive links to go to the right place in the new archive lists? I have too many people pinging and linking into individual archives to leave them stranded, and not enough disk space to leave two sets running, or even an archive of the old archive ...
ideas?