A few questions for everyone,

1. would u care to share you directives in your httpd.conf file so i can get an idea of the best route for ignores, and stuff that will make sure a customer doesnt bypass with div tags etc

2. when i try

<Directory /home/balloon/public_html/>
LayoutHeaderOff
</Directory>

apache wont start but

<Directory /home/balloon/public_html/>
LayoutHeader Off
</Directory>

works OK, but you see a constent barage of error 404s in the error log because its trying to find url.com/link.html Off

anyone know the proper directive?

LayoutIgnoreFooterURI /* works OK but i think the only way to go that route is to add it to all of users sites including subdomains