On 06 Apr 2011, at 1:56 PM, Søren Jensen wrote: > My problems is that it does not only answer to baruwa.hostname.com it answers > on all *.hostname.com is there a way to solve this.
This is because you do not have a default virtual host you need to setup a default virtualhost <VirtualHost _default_> </VirtualHost> The default virtualhost will catch all addresses for which a virtualhost is not configured. > > And is there a way to have baruwa answer to hostname.com/baruwa so i can use > it on my ssl domain or should this be a subdomain ? This is not possible at the moment but you could write a middleware class to do the url translation. > > Thanks in advance for all your answers and last my but least thanks for > Baruwa :-) You are welcome. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

