michaelsanford
Translator, Web Developer
Here are some background snippits:
From ~/ (/Users/gwailo/)
drwxr-xr-x 726 gwailo staff 24640 Mar 13 10:30 Music
From /Library/WebServer/Documents/ftp/
lrwxr-xr-x 1 gwailo admin 20 Mar 14 19:34 Music -> /Users/gwailo/Music
From httpd.conf:
<Directory />
Options FollowSymLinks
AllowOverride AuthConfig
</Directory>
...
Options Indexes FollowSymLinks MultiViews
(I also tried AllowOverride All and AllowOverride None and that didn't help.)
Why is it then that when I go to that folder, I get little mystery icon files representing the symlinks, and if I try to put the full path into the web browser I get a "Forbidden--You do not have permission to access /ftp/Music/" error?
http://amras.no-ip.com/ftp/
This USED to work, perhaps I changed something inadvertently when I enabled .htaccess/AuthConfig?
From ~/ (/Users/gwailo/)
drwxr-xr-x 726 gwailo staff 24640 Mar 13 10:30 Music
From /Library/WebServer/Documents/ftp/
lrwxr-xr-x 1 gwailo admin 20 Mar 14 19:34 Music -> /Users/gwailo/Music
From httpd.conf:
<Directory />
Options FollowSymLinks
AllowOverride AuthConfig
</Directory>
...
Options Indexes FollowSymLinks MultiViews
(I also tried AllowOverride All and AllowOverride None and that didn't help.)
Why is it then that when I go to that folder, I get little mystery icon files representing the symlinks, and if I try to put the full path into the web browser I get a "Forbidden--You do not have permission to access /ftp/Music/" error?
http://amras.no-ip.com/ftp/
This USED to work, perhaps I changed something inadvertently when I enabled .htaccess/AuthConfig?