Apache Alias directive not working.

Discussion in 'Server Operation' started by Kevin Maschke, Sep 13, 2014.

  1. Kevin Maschke

    Kevin Maschke New Member

    Hi,

    I'm trying to use and Alias directive to be able to access through web to a directory outsite the web directory.

    This is what I'm using:

    Code:
    Alias /test /home/directory
    <Directory /home/directory>
      Options +Indexes
      Options +FollowSymLinks
      Order allow,deny
      Allow from all
    </Directory>
    
    But if I try www.mydomain.com/test I always get 404 error :(

    I've tried including it using Ispconfig web interface (options tab of website), directly in Vhost, master...

    The only way I was able to access the "test" folder through www.mydomain.com/test was creating a symbolic link to "test" in my web folder :(

    Any suggestions?

    P.D, I'm on Ubuntu Server.
     
  2. Kevin Maschke

    Kevin Maschke New Member

    BUMP.

    Anyone?
     

Share This Page