Hi,
I am using the domain access module to have different themes for a subdomain. The purpose of the subdomain is to have it accessible from a facebook tab.
I want to disable search engine access / user access directly via the browser. is this workable?
This may be what you are looking for
http://drupal.org/project/robotstxt and http://drupal.org/project/domain_robotstxt
The Domain RobotsTxt is available only for D7.
On 02.03.2012 02:34, Mutuku Ndeti wrote:
Hi,
I am using the domain access module to have different themes for a subdomain. The purpose of the subdomain is to have it accessible from a facebook tab.
I want to disable search engine access / user access directly via the browser. is this workable?
Thanks Steeph. Will have a look and test
On 02/03/2012, steeph ml@mixblog23.de wrote:
This may be what you are looking for
http://drupal.org/project/robotstxt and http://drupal.org/project/domain_robotstxt
The Domain RobotsTxt is available only for D7.
On 02.03.2012 02:34, Mutuku Ndeti wrote:
Hi,
I am using the domain access module to have different themes for a subdomain. The purpose of the subdomain is to have it accessible from a facebook tab.
I want to disable search engine access / user access directly via the browser. is this workable?
On Thu, Mar 1, 2012 at 8:51 PM, steeph ml@mixblog23.de wrote:
This may be what you are looking for
http://drupal.org/project/robotstxt and http://drupal.org/project/domain_robotstxt
The Domain RobotsTxt is available only for D7.
This may help with the search engines that obey the robots.txt file but will not help the direct user access. The OP will need to create a module to hook around the access for the sub-domain. Using an implementation of hook_menu_alter is one way to prevent user access.
Hi Earnie
user agent * pasted in robots txt
Selvaraj.C
On Fri, Mar 2, 2012 at 6:26 PM, Earnie Boyd earnie@users.sourceforge.netwrote:
On Thu, Mar 1, 2012 at 8:51 PM, steeph ml@mixblog23.de wrote:
This may be what you are looking for
http://drupal.org/project/robotstxt and http://drupal.org/project/domain_robotstxt
The Domain RobotsTxt is available only for D7.
This may help with the search engines that obey the robots.txt file but will not help the direct user access. The OP will need to create a module to hook around the access for the sub-domain. Using an implementation of hook_menu_alter is one way to prevent user access.
-- Earnie
-- https://sites.google.com/site/earnieboyd
[ Drupal support list | http://lists.drupal.org/ ]
On Fri, Mar 2, 2012 at 7:58 AM, Selvaraj Chnnasamy selvaraj@jbkinfotech.com wrote:
Hi Earnie
user agent * pasted in robots txt
And how does that stop the user from logging into the sub-domain from the FB view?