I don't know if I said that right.
I have 5 sites in a multisite, in which all sites use the same sites/all/modules file
Does this module have to be installed in each of the different sites modules file..
sites/example.com/modules
sites/example2.com/modules
sites/example3.com/modules
and so on... OR...just one time in
sites/all/modules

I am asking because I don't see any robots.txt file anywhere except in the robotstxt module folder.
Yes, I did read the readme, but it really isn't clear about this.

thanks.. dave

Comments

dbeall’s picture

I probably should add that each site has it's own database prefix_ because each site has different content.

dave reid’s picture

Status: Active » Fixed

You can put the module in your sites/all/modules folder, but you have to enable it for each individual site on your multisite install. The robots.txt in the module's folder is just used as a 'default' and is then generated dynamically on each site (other modules can add stuff via hook_robotstxt).

dbeall’s picture

thank you dave, Now I get it.. (generated dynamically)
when I go to example.com/robots.txt there it is..
It says that in the readme too and I did see it. duuu
Now I will add the boost rules...EDIT, I meant the stats exception for boost.
All is well, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.