Clean urls breaks Archives
-
I set up clean urls, and they work fine, with the one side affect: get_archives no longer works.
I set up my clean urls to follow this template: /content/%postname% (example: /content/about for my “about” section/post)
As a result, this is what my Archives pulldown menu turns into:
<form name="archiveform" action="">
<select name="archive_chrono" onchange="window.location = (document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);">
<option value=''>By Month</option>
<option value="https://beoba.net/content/%">September 2004</option>
<option value="https://beoba.net/content/%">August 2004</option>
<option value="https://beoba.net/content/%">July 2004</option>
<etc (shortened because lengthy bug descriptions offend Beel)>
</select>
</form>
To view this in action, visit https://beoba.net . To view the source to index.php, click the “PHP Source” link at the bottom of the page.
- The topic ‘Clean urls breaks Archives’ is closed to new replies.