I have an alias(ed) directory, but when I go to it, I have a denied directory listing > is there any way to enable directory listing to an alias directory (I can view a listing in an actual directory)
Assuming that your alias is called domain and that it is in the default apache directory, you should use the following..
Alias /domain/ "C:/Program Files/Apache Group/Apache/domain/"
<Directory "C:/Program Files/Apache Group/Apache/domain">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.