April 2007
Setting charset in htaccess
How do I use .htaccess directives on an Apache server to serve files with a specific encoding?
March 2007
Ultimate htaccess Article
by 21 others (via)Unless you are an Apache developer or apache admin this article will contain a lot of new and unusual ways of using htaccess and httpd config files.
There is a lot of gold sprinkled throughout this article, and its updated almost daily, so take your time, come back often, and look at every example so you don’t miss any treasure!
February 2007
[EasyPHP] Voir les pages via le réseau local
(via)ajouter l'adresse IP de la machine dans le fichier nommé C:Program FilesEasyPHPapacheconfhttpd.conf
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the VirtualHost
# directive.
#
#Listen 3000
#Listen 12.34.56.78:80
Listen 127.0.0.1:80
ajoute : Listen ton IP ici:80
1
(4 marks)