Oh nice, I don't mess with apache config much...however a few questions.
I don't want ads on regular domains (
http://www.domain.com)
I just want them on the user's web (
http://www.domain.com/~user)
This tutorial will not place ads on the regular domain webs right?
I wouldn't have to change:
<Directory /var/www/*/web>
in the apache2.conf?
That makes sense using the .htaccess file. I just want to make sure that for example:
/var/www/web1/web does not have ads and
/var/www/web1/users/username/web does have ads
Thanks GP