I generated a normal sitemap with an online Sitemalgenerator: http://xml-sitemaps.com
Now I tried to include it like every other Sitemap on a Server. The problem is, on this Server seems to be a CakePHP Framework and I dont know, how it works cause I dont have any experience in PHP.
The error:
Missing Controller
Error:Sitemap.xmlControllercould not be found.
Error: Create the classSitemap.xmlControllerbelow in file:app/Controller/Sitemap.xmlController.php<?php class Sitemap.xmlController extends AppController { }
Can you tell me, how to include a XML Sitemap in the easiest way? I'm a beginner in Webprogramming! (I dont want to create a dynamic Sitemap)
Thank you!