| Sign In/My Account | View Cart |
| Article: |
Location, Location, Location: Tips for Storing Web Site Files | |
| Subject: | alias (itunes music library) | |
| Date: | 2003-06-03 10:43:40 | |
| From: | anonymous2 | |
|
Response to: alias (itunes music library)
|
||
| I have figured out how to do this now...but when I try to pull it up it says "Forbidden - You don't have permission to access /musicarchive/ on this server." Why do I not have permission now. | ||
Showing messages 1 through 7 of 7.
Alias /musicarchive/ "/user/user_name/music/itunes/itunes music/"
<Directory "user/user_name/music/itunes/itunes music/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Also, the path in the Alias and Directory is case sensitive, so you would use "/Users", not "users".