The point is that i want the permalink-base-name to be “archive”, and i want the main-archive-page to have the same name, so you can just remove part by part in the IRI to end up in the archive, as a hierarchy.
I know archives.php and archive.php serves two different roles, but as of my link-structure it makes sense to arrive at archives.php when you remove everything but /archive/. Then add a year, a month, a day to get archives for that exact date, and it uses archive.php.
So i want
/archive/ to point to archives.php, as it does.
And i want
/archive/yyyy/mm/dd/
/archive/yyyy/mm/
/archive/yyyy/
To point to archive.php, but only the two first does. I want /archive/yyyy/ to point to archive.php too, but cant seem to get that working ??
Prolly need to toy with .htaccess a bit, i just dont know what to do with it. If someone could help me out on this one that’d be lovely ??