Hello,
Just started playing with v3. Nice work!
I have only run into one problem, probably a problem on my local server configuration but i would like to know how to debug the issue further.
I have followed the guide to create the basic sitemap (https://getkirby.com/docs/cookbook/seo/xmlsitemap) but whenever i load /sitemap.xml i get a 404 error.
I tracked it down to the route not being recognized. If i change the pattern value to something that is not sitemap.xml
for example sitemapxml
then it works. I imagine there’s gotta be some setting somewhere where my server is actually trying to load a file called sitemap.xml rather than go trough the routing? I thought that .htaccess
took care of this already ( i haven’t changed it from the plainkit-master download).
Im running on localhost on MacOS X.
Any ideas? Thanks.