Click to See Complete Forum and Search --> : Apache problem?


slaskis
11-07-2002, 08:54 AM
I always have to out an "/" (i.e front-slash) behind the url for it to work...why?

i mean like this:

http://www.09media.com/~test <- doesn't work
http://www.09media.com/~test/ <- works

i know it doesn't have to be like this, because i didn't need it before...

thanks in advance

/ Robert Sköld
http://www.09media.com

blizz
11-07-2002, 01:05 PM
Hi,

Your problem may be with your <VirtualHost> DocumentRoot path

<VirtualHost x.x.x.x>
DocumentRoot /home/janedoe/www/
#otherstuff
</VirtualHost>

Do you have the ' / ' at the end of path??

slaskis
11-07-2002, 02:05 PM
i'm not sure it's that because it works fine with my virtual domains, as long as there's no subdirectory...

Thanks