You are not logged in.

#1 2010-02-21 20:53:36

astacha
Member
Registered: 2009-03-04
Posts: 27

Apache 403 error with Alias

Hi all

I've installed and set up LAMP on mym system and it works ok when I navigate to localhost (or mouse, as my PC is called).

However I have created an Alias for /alhost but get a 403 error when visiting localhost/alhost

The alias section of my httpd.conf file is below:

Alias /alhost "/home/alexie/web/"
<Directory "/home/alexie/web/">
   Options Indexes FollowSymLinks
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

Also my web directory is set to 755

Offline

#2 2010-02-21 22:25:40

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: Apache 403 error with Alias

chmod o+x /home/alexie

Offline

Board footer

Powered by FluxBB