This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
diezit.
Hello, Is it possible to hide the site from Google so my test environment wont show up in google?
inetis
To do that, you can create a robot.txt file at the root of your site
User-agent: *
Disallow: /
The "User-agent: *" means this section applies to all robots. The "Disallow: /" tells the robot that it should not visit any pages on the site.
1-2 of 2