Subdomain/CNAME not working

cname-recorddomain-name-systemsubdomain

I'm trying to add streamlined parallel HTTP requests for my site, from what I read here:

http://ajaxian.com/archives/using-cnames-to-get-around-browser-connection-limits

However, I can't seem to get it to work.

I want:
http://dynamic0.vilegaming.com/layout/include/terran-img/h3.jpg

To point to:
http://vilegaming.com/layout/include/terran-img/h3.jpg

Here's what I have in my DNS..

dynamic0 CNAME vilegaming.com. 
dynamic1 CNAME 67.222.12.238 
dynamic2 CNAME ns1.vilegaming.com.

(0 and 2 point to the default Apache "working" page, and 1 says the site doesn't load.)

And in my httpd.conf..

<VirtualHost *:80>
   ServerName vilegaming.com
   ServerAlias *.vilegaming.com
</VirtualHost>

Best Answer

Try changing dynamic1 to an A record instead of a CNAME.