I would like to use different DirectoryIndex within the same VirtualHost, is that possible? I could obviously just set up a new VirtualHost with the DirectoryIndex I need but then I need to remember to update all my virtualhost's when I make any changes. Something like: <VirtualHost *:80> ServerName domain1 DirectoryIndex index1.php ServerAlias domain2 DirectoryIndex index2.php DocumentRoot "/same for all domains/" //// general settings ////</VirtualHost> regards Wergeni