| [ Index ] |
PHP Cross Reference of Joomla 2.5.0 DE |
[Summary view] [Print] [Text view]
1 # If the Joomla site is installed within a folder such as at 2 # e.g. www.example.com/joomla/ the robots.txt file MUST be 3 # moved to the site root at e.g. www.example.com/robots.txt 4 # AND the joomla folder name MUST be prefixed to the disallowed 5 # path, e.g. the Disallow rule for the /administrator/ folder 6 # MUST be changed to read Disallow: /joomla/administrator/ 7 # 8 # For more information about the robots.txt standard, see: 9 # http://www.robotstxt.org/orig.html 10 # 11 # For syntax checking, see: 12 # http://www.sxw.org.uk/computing/robots/check.html 13 14 User-agent: * 15 Disallow: /administrator/ 16 Disallow: /cache/ 17 Disallow: /cli/ 18 Disallow: /components/ 19 Disallow: /images/ 20 Disallow: /includes/ 21 Disallow: /installation/ 22 Disallow: /language/ 23 Disallow: /libraries/ 24 Disallow: /logs/ 25 Disallow: /media/ 26 Disallow: /modules/ 27 Disallow: /plugins/ 28 Disallow: /templates/ 29 Disallow: /tmp/ 30
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Jan 26 12:01:02 2012 | Cross-referenced by PHPXref 0.7.1 |