views:

12

answers:

0

I'm trying to point:

a0.domain.com a1.domain.com

to domain.com so that aX.domain.com/images/image.gif works.

However, I do not want aX.domain.com/ or aX.domain.com/images/ to work. I'm trying to implement additional domains for parallelized downloads, but need to make sure that users can't access any other content other than images, css, or js (or other assets).

How do I configure this in Apache?