AliasMatch problems

Discussion in 'Installation/Configuration' started by collimic, Oct 2, 2010.

  1. collimic

    collimic New Member

    Hello again all.
    I need to find a way to disable
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web82/user/$1/web/$3
    for just a few of my sites.

    I can comment it out in the /etc/apache2/vhosts/Vhosts_ispconfig.conf file but when ever there is a change made to the site it reverts back from

    #AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web82/user/$1/web/$3
    to
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web82/user/$1/web/$3

    Thank you again.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    This line is in the template /root/ispconfig/isp/conf/vhost.conf.master, but if you change it there, this is for all sites.
     

Share This Page