How to remove dynamic url in joomla

Discussion in 'robots.txt' started by mrmoney, Jul 28, 2009.

  1. #1
    mrmoney, Jul 28, 2009 IP
  2. classifieds

    classifieds Sopchoppy Flash

    Messages:
    825
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    150
    #2
    If you have SEF urls turned on then use robots.txt to keep the bots out of places they should not be:

    Disallow: /administrator/
    Disallow: /cache/
    Disallow: /components/
    Disallow: /editor/
    Disallow: /help/
    Disallow: /includes/
    Disallow: /language/
    Disallow: /mambots/
    Disallow: /media/
    Disallow: /modules/
    Disallow: /templates/
    Disallow: /installation/
    Disallow: /index.php*
    Disallow: /index1.php*
    Disallow: /index2.php*
    Disallow: /index3.php*
    Disallow: /components
    Disallow: /option,*
    Disallow: /files
    Disallow: /banners/
    Disallow: /forums/cron.php*
    Allow: /option,com_fireboard*
    Allow: /option,com_zoom/*
    Allow: /option,com_gallery2/*
     
    classifieds, Jul 28, 2009 IP