Private/Sandbox Site hidden from search engines - how?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adarack
    Junior Member
    • Mar 2004
    • 11

    #1

    Private/Sandbox Site hidden from search engines - how?

    If I password protect my public_html folder, will my site still show up in search engines? I am setting up a backup (joomla) site on a different domain from my live site that I can install additional modules and test before going live. I don't want the site to end up in search engine results and I'm looking for the best way of doing this - any and all recommendations would be appreciated.

    Thanks in advance-
    Adam
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    If you password protect it the search engines won't be able to access it nor will anyone else that doesn't have the correct login information.

    Comment

    • adarack
      Junior Member
      • Mar 2004
      • 11

      #3
      Thanks Andrew - that's the way I thought it would be but wanted to double check. It's been a while since I've been on the forums but great to see how quickly you responded - Dathorn is awesome!

      Comment

      • brownswo
        Junior Member
        • Aug 2005
        • 15

        #4
        Just out of curiosity, would putting this in a robots.txt also stop them (if you didn't want to password protect your public_html) -- or at least the well-behaved ones:

        Code:
        User-agent: *
        Disallow: /
        Thanks,
        Tom
        Tom Brownsword, CISSP, GCIA, Security+, ITILv3
        Information Assurance Analyst
        Colorado Springs, CO
        http://TheBusinessProtector.com
        http://BusinessActionSteps.com

        Comment

        • AndrewT
          Administrator
          • Mar 2004
          • 3655

          #5
          If all bots followed the rules, that would work. But if you really are opposed to something showing up in search results, you don't want to even give it a chance. Password protecting access takes care of this.

          Comment

          Working...