i have a website and it should not be accessible from any one without the url or any search engines . No search engine should be aware of my website , only the person with the link should access it . can some one suggest me the best ideas since i'm going to share my office data's on it / thanks in advance
|
feedback
|
|
You can prevent most search engines from indexing your site with a robots.txt file. More details here: http://www.robotstxt.org/ However, this is not very secure. Some robots ignore robots.txt. The best way to restrict access is either to require a user to log in before entering the site, or use a firewall to allow only that user's IP address. | |||
|
feedback
|
|
You need to add a robots.txt file to the root folder of your website indicating that search engine spiders should not index tour website. http://www.robotstxt.org/robotstxt.html But its left to the search engines to read the file. Most popular search engines do honor this file. Another method is to not have a index.htm or default.htm in your website Even if it exists, remove any links to internal pages. This way spiders will never know the site structure of your website. | |||||
feedback
|
|
Wow. OK: 1) robots.txt http://www.robotstxt.org/robotstxt.html 2) Authentication. If you're using apache, password protect the site 3) Ensure no one ever links to it from anywhere. 4) Consider a different alternative, like dropbox. http://www.dropbox.com/ | |||
|
feedback
|
protected by awoodland Mar 23 at 9:07
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.