I think what you are asking is how to change the default directory from the apache root directory to your domain. This is simple. Here is a copy of mine. It is under the Global settings in httpd.conf # forbid access to the entire filesystem by default Options None AllowOverride None Order deny,allow Deny from all #This will change the default directory to whatever you want. Note the permissions. Options None AllowOverride None Order allow,deny allow from all # use .htaccess files for overriding, AccessFileName .htaccess # and never show them Order allow,deny Deny from all Hope this helps. Mike Miles Beck wrote: >Hello, > >Over the weekend I installed Debian (Sarge) and have set up a minimal >website and wanted to configure it a little. > >What directive is used to change the domain name from >www.domainname.com/apache2-default/ to www.domainname.com. > >By default I dont want it to show the apache2-default directoy. > >Thanks >--------------------------------------------------- >PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >To subscribe, unsubscribe, or to change you mail settings: >http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > > > -- --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss