I'm using custom robots.txt files for every single domein by using the Domain Robots txt module.
The xml sitemap module automaticly adds a sitemap line to the robots.txt file. This is good for a single domain installation.
For a multi domain installation I have individual robot.txt files for each domain. I don't want this extra automatic sitmap lin in the custom robots.txt files. Wich looks like this:
- Sitemap: http://domain-x.eu/sitemap13.xml --> manual added sitemap with domain robots.txt module
- Sitemap: http://domain.com/sitemap.xml --> sitemap of base install
How can I exclude this line created by the xml sitmap module?