Perfect Setup - Debian Etch

Discussion in 'HOWTO-Related Questions' started by m61, Jun 21, 2007.

  1. m61

    m61 New Member

    i installed by following the how-to, and everything is aweseom, except i put an alias in the apache httpd.conf file:
    Alias "yours-truly/" "/home/yourstruly/html/"
    Alias "yours-truly" "/home/yourstruly/html/"

    and well the directy is active, it always comes back as "403 - Forbidden" wich [to me] means the DirectyIndex statement is not right, yet index.html is in the DirectoyIndex

    anyone have any ideas?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Where exactly did you add those lines? In a vhost configuration? Is there a DirectoryIndex in the vhost configuration, too? What's the output of
    Code:
    ls -la /home/yourstruly
    ?
     
  3. m61

    m61 New Member

    i fixed the problem, turns out there was a Directly line in the .htaccess that only had 'index.php', i have since removed it and everything works
     

Share This Page