Closed (fixed)
Project:
RobotsTxt
Version:
6.x-1.2
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2010 at 09:57 UTC
Updated:
23 Feb 2010 at 21:10 UTC
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
Comment #1
dbeall commentedI probably should add that each site has it's own database prefix_ because each site has different content.
Comment #2
dave reidYou 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).
Comment #3
dbeall commentedthank 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.