Directory named 'users' not allowed? (v 2.2.29)

Discussion in 'General' started by edge, Feb 3, 2009.

  1. edge

    edge Active Member Moderator

    Not sure if this is a bug in my setup, but for some reason files in a directory named users in the www root's (like /web/users/) give me 404's!
    When I rename the directory to user (no s) or users1 (s+1) the directory works fine!

    I've only tested this on two of my server for now (with different domain!)
    Same problem on all the domains.

    Can some othe ISPconfig user test this also?
    It's only with a directory named users
     
    Last edited: Feb 3, 2009
  2. falko

    falko Super Moderator Howtoforge Staff

    I guess this happens because of the line
    Code:
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web1/user/$1/web/$3
    in the vhost.
    I've added this to our bugtracker.
     

Share This Page