Domain Pointers - Subdomain + ruby on rails

Hello Friends,

Need some help on domain pointers over subdomain. My requirement is that we have couple of subdomain like

Example1.com

Should point to ex1.example.com

Example2.com

Should point to ex2.example.com

This is what my requirement is , just wanted to know how can i Achieve this and do i need to configure my .htaccess file?

I am using Apache + Passenger + Ruby on rails 2.1.1

Thanks

Abhis

Abhishek shukla wrote:

Use Subdomain fu. It is much easier.

Hi Abhis,

Hello Friends,

Need some help on domain pointers over subdomain. My requirement is that we have couple of subdomain like

Example1.com

Should point to ex1.example.com

Example2.com

Should point to ex2.example.com

This is what my requirement is , just wanted to know how can i Achieve this and do i need to configure my .htaccess file?

I am using Apache + Passenger + Ruby on rails 2.1.1

I've just begun looking into how to satisfy a similar requirement and came across this this morning.

Found it by Googling 'redirect domain to subdomain'

It's not at the top of my priority list at the moment so that's as far as I got. Would appreciate it if you'd post back your findings / solution.

HTH, Bill