I can't make UserDir in Apache 2.2.0 to work

mkwan

Tech
Hello,

I have installed Apache 2.2.0 using darwinports. I am having trouble enabling UserDir to work for example:

this link:
http://localhost/~mkwan/

shows me 403 forbidden message.....

I have tried enter the line below in the httpd.conf file

<IfModule userdir_module>
UserDir Sites
</IfModule>

it didn't work...so now I am stumped!!!!

any help is appreciated..

thanks

update:

nevermind, I have found a way to make it work
 
Back
Top