WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Resources
Web Development Content
Internet Security Software
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
פרייסז - הכח לקנות עובר לידיים שלך
Texas Holdem Poker Evangelists

Go Back Add a Comment Send this Article to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES SUBMIT AN ARTICLE PRINT
Title : Securing Directories With htaccess
Categories : Apache, Security
devarticles
devarticles
Date : 2002-01-11
Grade : 1 of 5 (graded 1 times)
Viewed : 4506
Search : More Articles by devarticles
Action : Grade This Article
Tools : My Favotite Articles


Submit your own code examples 
 


Introduction

If you have a web site that contains sensitive documents such as test results, scripts, or an administration section, then you need directory security to stop unauthorized people from accessing certain parts of your site. If an ISP is hosting your site, then theres a very good chance that the server is running Apache. Apache is a free web server application (available for both Unix and Windows) that can handle all HTTP (web page) requests, and is fully customizable. You can download Apache at http://apache.org.

One of the quickest ways to secure a directory on an Apache web server is to implement web based user authentication. Htaccess access is the most popular way, and it will be discussed throughout this article.

Before we continue, you should be able to:



Connect to your web server using telnet and FTP
Use basic Unix commands to navigate your web servers directory structure
Specify the virtual path to your web servers root directory, such as /www/htdocs/

Read More...









Emergency Response Part 2 of 2
Categories : Other, Site Planning, Security
User Authentication With Apache and PHP
Categories : PHP, Web Servers, Apache, Authentication
PHP5: Designing And Using Interfaces
Categories : PHP, Object Oriented, Interfaces, PHP Classes, Security
Installing Apache Web Server and PHP 4 on Linux
Categories : PHP, Web Browsers, Apache, Linux
User Authentication With patUser (part 2)
Categories : PHP, Authentication, Security
Using ForceType For Nicer Page URLs
Categories : Apache, URLs, Web Servers
Working with Permissions in PHP, Part 1
Categories : PHP, Security
How to Develop a Simple yet Secure Password System
Categories : Authentication, Security
Protecting PHP Scripts with HTTP Authorization
Categories : PHP, HTTP, Security, Authentication
Authentication 101
Categories : Apache, Web Servers, Authentication
Setup and Install Apache with PHP4 as a Dynamic Module (DSO)
Categories : PHP, PHP Configuration, Apache
Implementing Sensible 404 Pages With Apache
Categories : Apache, Web Servers, HTTP
The Biggest Vulnerability of All, by Anna Johnson
Categories : Human Factors, Security
Handling 404 Error's With Apache
Categories : Apache, Web Servers
Exploring Session Security In PHP Web Applications
Categories : PHP, Security, Sessions, Web Applications