.htaccess

TwitterFacebook
Get flash to fully experience Pearltrees
Published by Chris Coyier Working on a website that you need others to see, but not the whole world? Password protecting a website (or a sub directory within a website) is actually a pretty easy thing to do. http://css-tricks.com/easily-password-protect-a-website-or-subdirectory/

Easily Password Protect a Website or Subdirectory

.htaccess ( engl. hypertext access „ Hypertext -Zugriff“) ist eine Konfigurationsdatei , in der verzeichnisspezifische Einstellungen auf NCSA -kompatiblen Webservern (z. http://de.wikipedia.org/wiki/.htaccess

.htaccess

.htaccess files provide a way to make configuration changes on a per-directory basis. http://httpd.apache.org/docs/2.2/howto/htaccess.html

Apache Tutorial: .htaccess files

Tutorial: .htaccess files

.htaccess files provide a way to make configuration changes on a per-directory basis. .htaccess files http://httpd.apache.org/docs/current/howto/htaccess.html
Allgemeines zu .htaccess-Dateien Webserver, die zum NCSA-Server kompatibel sind, kennen das Konzept der -Dateien. Heute trifft das vor allem auf den immer dominanter werdenden und die Defacto-Standards im Web setzenden Webserver Apache zu.

Webserver/CGI / Webserver / .htaccess - Server-Reaktionen kontrollieren

http://de.selfhtml.org/servercgi/server/htaccess.htm

.htaccess

http://en.wikipedia.org/wiki/.htaccess A .htaccess ( hypertext access ) file is a directory -level configuration file supported by several web servers , that allows for decentralized management of web server configuration. They are placed inside the web tree, and are able to override a subset of the server's global configuration for the directory that they are in, and all sub-directories. [ 1 ] The original purpose of .htaccess—reflected in its name—was to allow per-directory access control, by for example requiring a password to access the content.