Dns CNAME entries

I add NS/A/PTR entries to my dns all the time. But recently I've had the need to setup a CNAME entry. I need to send:

www.bleh.com -> www.domain.com/bleh

bleh.com being the domain hosted on my name servers.

The problem is:

www IN CNAME microsoft.com.
www1 IN CNAME ebay.com.


both work. However, the problem comes when I start adding slashes like:

www IN CNAME domain.com/bleh.

I've tried to escape it with a \, or turn it around into a \ and even tried unicode. But nothing seems to work. I'm pretty sure you can use slashes, but I'm pretty lost.

Any ideas?

(on a side note..100th post..woot Dns CNAME entries)

 

 

 

 

Top