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.
This line is in the template /root/ispconfig/isp/conf/vhost.conf.master, but if you change it there, this is for all sites.