Directory "user" and "users"

Discussion in 'General' started by userman, Aug 3, 2010.

  1. userman

    userman New Member

    Hi,

    I create the dir "users" into my website (/var/www/web38/web/users/user1/), but when i got to www.domain.com/users/user1/
    i get apache log error:
    File does not exist: /var/www/web38/user/user1

    why??

    regards.
     
  2. userman

    userman New Member

    I think i got fix it

    in the file /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf

    comment:

    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web38/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web38/user/$1/web/$3
     

Share This Page