remove AliasMatch for users

Discussion in 'Installation/Configuration' started by ctql, Feb 22, 2007.

  1. ctql

    ctql New Member HowtoForge Supporter

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

    Are causing the sites I host to not be Payment Card Industry (PCI) Compliant. Is there a workaround I can put in to get rid of these links?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Comment out those lines in the function make_vhost() in /root/ispconfig/scripts/lib/config.lib.php.
     

Share This Page