Hi there,
I try to create a blog based on Kirby to replace\migrate my Tumblr blog. Currently I use a local installation of XAMP with Kirby 2.4.1 and the Baseblog theme (latest release). Most things work as expected - at least with the help of Google and some try & error I can help myself to get things work
Unfortunatelly I didnāt find a solution for getting tags to work. Currently, when accessing a tag-page Kirby is displaying this error:
IMHO, Kirby should link to kirby/blog/tag:tagname ā¦ so I tried it myself, but I only received a Error (404).
Iām pretty sure that I didnāt have changed anything within the tag-code. To be sure, I even tried a clean āinstallā of Kirby and the Baseblog theme, but the behaviour is exactly the same. Can anyone please help me out?
Sounds as if you have changed the structure of the site without changing the links. In the Baseblog theme, the blog page is the home page, so there would be no āblogā in the URLā¦ Is that so?
On windows systems, you have to exchange the colon in the URL with a semicolon or better url::paramSeparator(), so that it works on your remote unix-based system as well.
Played around with different themes (always in a clean install). Tags are broken with every theme I tried. At least, some of the themes showed a 404, but most a access denied. Seems to be more a problem of my Apache on Windows 10?
Danke fĆ¼r deine ErlƤuterungen. Da der Fehler mit jedem Theme aufgetreten ist, vermutete ich eher eine Fehlkonfiguration des Apache (Windows 10 Ultimate, 64 Bit). Ich habe deshalb Apache nochmal neu aufgesetzt, was den Fehler aber auch nicht behoben hat.
Testhalber habe ich das Projekt dann mal bei meinem Hoster publiziert und dort lief es komplett fehlerfrei. Das nur als Hinweis, fĆ¼r alle die vielleicht Ć¼ber eine Suche auf dieses Problem stoĆen.