Webmaster Tips » Search results

Search results for query "authentication" (2):

Dec 23, 2007
Max Bulber

How to Restrict Access to a Directory Using Password Authentication

Rating: 5 stars

This article explains how to restrict access to directories with HTTP Basic Authentication...

Nov 21, 2006
wmtips.com

3 Simple Ways to restrict access to your webpages using PHP

Rating: 3.5 stars

Why do you need to restrict access to some of your scripts or webpages? There are can be several reasons to do this:

  • You can use some open-source php script (for example, statistics frontend), and you can not be fully assured that your data completely safe. Many open-source scripts have vulnerabilities, allowing hackers to gain access to your data, so you may want to hide this script "entry point" from others.
  • You can have some important private data you don't want to be accessible by aliens.

So you need to "hide" your pages from search engine spiders, random visitors and other unwanted persons. In this article we'll examine several techniques how you can implement such "access restriction" with PHP..