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?