I get a 403 Forbidden error, even if I get rid of the Location block or if I change the \s to /s. :confused:Code:Alias /desktop "c:\documents and settings\arien talabac\desktop\"
<Location "/desktop">
AuthName "Arien's Computer"
AuthType Basic
AuthUserFile conf/users.pass
Require user arien
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</location>
