Bluehost deployment

Hello friend, I need to deploy my application on bluehost server. But everwhere i am getting an example of hosting using subdomain. for for access site i need to do something http://subdomain.mysitename.com instead of tht i want something like http://www.mysitename.com.… and i don’t know its quite very confusing to host. please help me with proper example in short.

thanks regards abhishek shukla

Abhishek shukla wrote:

Hello friend, I need to deploy my application on bluehost server. But everwhere i am getting an example of hosting using subdomain. for for access site i need to do something http://subdomain.mysitename.com instead of tht i want something like http://www.mysitename.com… and i don't know its quite very confusing to host. please help me with proper example in short.

thanks regards abhishek shukla

I think the procedure is the same as for a sub-domain, except you need to create a symlink for the main site's root. Take a look at the last step on this page: http://wiki.radiantcms.org/How_To_Deploy_on_Bluehost

It might help you.

Cheers, Mohit. 8/29/2008 | 3:00 AM.

If your rails app is in the following directory: ~/rails-apps/myapp Then the following should do the trick:

$ mv ~/public_html ~/original_public_html $ ln -s ~/rails-apps/myapp/public ~/public_html