Archive for the 'apache' Category

Automatic vHost with Apache

Monday, May 19th, 2008

In my development machine i wanted to have a specific vHost for each project. Something that would allow me to type URL like: http://wordpress-test1.lan/ http://phpmyadmin.lan/ http://project1.lan/ I started to set for each one a vHost in Apache but after a while I've found myself with too many vHost files. So I started to search for [...]

Override default directory index

Saturday, November 25th, 2006

Override default directory index in Apache. Open .htaccess DirectoryIndex home.php index.php

Yes !