By migajos on
Hi,
I have a domain www.example.com and I want to create hotel booking system there. I want the address to be hotels.example.com.
How do I do that?
cheers
migajos
Hi,
I have a domain www.example.com and I want to create hotel booking system there. I want the address to be hotels.example.com.
How do I do that?
cheers
migajos
Comments
cpanel
hi,
You can make use of the cpanel to create the subdomain.
you can get the access from your hosting provider or ask them to create one for you.
svnindia
Steps
Create a CNAME record hotels.domain.tld pointing to your A record (@)
Create a sub domain on your server hotels.domain.tld
Set the docroot to you drupal install
Make use of multisite
mkdir -p /var/www/drupal7/sites/hotels.domain.tld/{files,modules,themes}
Then create /var/www/drupal7/sites/hotels.domain.tld/settings.php
Pretty simple... :)
I dont get even one sentence
I dont get even one sentence from this post :) Thanx anyway, I might show it to some IT person.