I had written earlier, OK my advice was not the best i hadn't read fully. This is what you need to do. Apache is not finding the right directory index, by default it is index.html, so you do the llok for the index specification and then it should look something like this: <IfModule dir_module> DirectoryIndex index.html index.htm index.php </IfModule> I altered mine so it looks for either index.html index.htm or index .php So in your directory website, your first page, i.e the page that user are redirected must index.* or any of the above extensions. Hope that this makes sense finally. Regards Roger "Personally i think there is everything else and then there is Apache" --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx