Create a gist now

Instantly share code, notes, and snippets.

anonymous /gist:4393472
Created Dec 28, 2012

What would you like to do?
My apache2.conf file:
Alias /hard_drive /media/scotty531/60B885E9B885BDD2
<Directory /media/scotty531/60B885E9B885BDD2>
order allow,deny
allow from all
</Directory>
I recently added the alias and when I try to access it by typing localhost/hard_drive into my browser I get a 403 forbidden error.
What I tried:
chmod 755
restarted apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment