I set up an Alias directory on my server.
http://fatsluts.info/recips/
But for some reason if you click on any of the files or folders the server says "Not Found"
I set the permissions of the directory to 755 and the files to 644 like the rest of my server is set up but alas - no luck.
Here is the alias I set up (in httpd.conf):
Alias /recips/ "/usr/www/NAME/zrecips"
<Directory "/usr/www/NAME/zrecips">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Am I missing something?