Page 1 of 1

Alias on another partition?

PostPosted: 25. April 2007 09:53
by Znupi
I have a FAT32 partition I use to share files between windows and linux. I would like to set up an alias to that location. But unfortunately it gives 403 Forbidden -- why? Here's the code I use:
Code: Select all
Alias /share "/media/hda6/htdocs"
<Directory "/media/hda6/htdocs">
    Options Indexes FollowSymLinks ExecCGI Includes
    AllowOverride AuthConfig Limit
    Order allow,deny
    Allow from all
</Directory>

Please help :(

PostPosted: 25. April 2007 21:21
by Znupi
No one? :(

-- actually I noticed that this works for a NTFS partition, but not a FAT32 one? Why? I'm using Ubuntu 7.04 Feisty Fawn, with ntfs-3g installed so I can write stuff to NTFS partitions...