Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alias Directories

Status
Not open for further replies.

MDEdwards

Technical User
Apr 15, 2002
61
US
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)

MDE

(Im just full of questions, aint I?)
 
Hi mate,

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 &quot;C:/Program Files/Apache Group/Apache/domain&quot;>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

Hope this helps Wullie

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top