Thanks for the module and all the efforts put into its development.

I did read the threads and forum support requests prior to installing the module. Robots.txt in the root was edited and moved to the module directory location. It loads up for the main site and subdomain. However, every time I change the subdomain robots commands, the robots file for the main site also gets changed. Same happens with the main site. When I change robots in the main site, the subdomain automatically gets changed.

I did clear cache several times, uninstall and install, but problem was reocurring. My goal is block the subdomain from SE bots.

Any help will be appreciated.

Comments

hass’s picture

Status: Active » Postponed (maintainer needs more info)

1. Do you have a real multi site installation with 100% independent sites?
2. Does every site have it's own databases or at least own tables (in a shared database)?

This can only happen if you share the "variables" table between sites (what will cause *much* more other issues, too). You may need an additional module to workaround or split the db tables per installation or at least the variables table. We save the robots.txt content into the variables table. Changing this may be a complex task and you should be (very) familiar with the concepts of multi site installations and database structures...

hass’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Cannot repro with clean multi-site install.