Article:
 |
|
Location, Location, Location: Tips for Storing Web Site Files
|
| Subject: |
|
alias (itunes music library) |
| Date: |
|
2003-06-05 19:41:50 |
| From: |
|
maarky
|
Response to: alias (itunes music library)
|
|
Remember that you have to add the Directory directive after you create the alias. For example:
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".
|
Showing messages 1 through 1 of 1.
-
alias (itunes music library)
2003-06-10 16:24:43
anonymous2
[Reply | View]
Forbidden
You don't have permission to access /musicarchive/ on this server.
---------------------------------------------
Apache/1.3.27 Server at themcnetwork.local Port 80
any ideas?