apache2 - unable to create alias in apache -
i'm new apache. following tutorial, trying set alias in apache , serve files folder (project). other htdocs, code create alias:
<ifmodule alias_module> alias /project/ "c:/project/" alias /project "c:/project" </ifmodule> <directory "c:/project"> options indexes followsymlinks allowoverride order allow,deny allow </directory>
this doesn't work , when type localhost/project/ in browser, browser throws access forbidden.
how work around it?
you'll have change security settings on c:\xampp\apache\conf\httpd.conf directory diretive must on file or show forbidden error.
Comments
Post a Comment