View Single Post
Old 12-07-2004, 08:19 PM  
kemp
Confirmed User
 
Join Date: Feb 2001
Location: Utopia
Posts: 392
Alias directory in Apache - anyone know how to fix...

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?

Last edited by kemp; 12-07-2004 at 08:20 PM..
kemp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote