Mandatory information about my setup:
Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 2.5.8
PHP version: 5.3.x
MySQL version: (unknown)
Host: (optional, but it helps us help you)
Admin Tools version: 2.4.4
Greetings Nicholas,
Not a question, but may be of help to others: I added xmap to my site and, in the process of troubleshooting the installation, came across these two lines that allow http://www.yoursite.com/sitemap.xml to work:
RewriteCond %{REQUEST_URI} ^/sitemap.xml
RewriteRule .* /index.php?option=com_xmap&id=1&view=xml
Using Admin Tools' .htaccess maker, I added these as, "Custom .htaccess rules at the bottom of the file".
I also finally figured out that xmap installs with all the menus de-selected in the sitemap admin control panel. Until you put checks in the boxes next to the menus to be included in your sitemap, the sitemap will have no URLs in it. :-) Of course, I initially thought that Admin Tools might be blocking xmap's functionality. It was not. Other than adding the two lines (above) to my .htaccess file, my fully configured Admin Tools Pro (with fully operational WAF) is 100% compatible with xmap, with no other changes required.
Best, -- Dave