[TYPO3-dev] Meta tag "noindex, nofollow" on development domain
    Lina Wolf 
    liste at linawolf.de
       
    Thu Aug 19 08:33:19 CEST 2010
    
    
  
>> Thanks, Christian Kuhn pointed out an ideal solution:
>>
>> # Switches for dev
>> [globalString = ENV:HTTP_HOST=dev.domain]
>>     page.meta.robots = noindex, nofollow
>>     config.baseURL = http://dev.domain/
>> [global]
> http://lists.typo3.org/pipermail/typo3-english/2010-July/069772.html
Setting this is not riscy actually as long as you manually add the 
baseURL. What was riscy the example behind the link is the fact that a 
hacker could call your site using a hackers domain. Then the baseURL 
would be automatically changed to the hacker's domain therefore all 
scripts etc be loaded from his domain.
As long as you name every single baseURL seperately you can use 
conditions, it doesnt matter.
-- 
LG Lina
    
    
More information about the TYPO3-dev
mailing list