first of all congratulation vor your masterpieces of Software. We use admin Tools pro and akeeba backup pro. I run in almost any trap, but with your excellent documentation and support articles everything was solved quickly - Except one:
I use xmap in order to submit sitemap.xml to google This is exactly the same issue than Ticket #14787. I tried the same, but I always get a 404.
I added the following custom .htaccess rule at the bottom in admin Tools Config:
### XMAP Rewrite BEGIN ---
RewriteCond %{REQUEST_URI} ^/sitemap.xml
RewriteRule .* /index.php?option=com_xmap&id=1&view=xml
### XMAP Rewrite END
Allow direct access to these files: I added sitemap.XML at the bottom.
http://www2.invent-ag.de/sitemap.xml returns 404
http://www2.invent-ag.de/index.php?option=com_xmap&id=1&view=xml returns the correct sitemap.XML view.
Any Ideas ?
Best reagards, Klaus