Advertisement:

Author Topic: how to create multi subdomains like this ?  (Read 8491 times)

tomshaft

  • Guest
Re: how to create multi subdomains like this ?
« Reply #30 on: April 05, 2013, 11:55:20 am »
There are a couple reasons. There are those that feel having geographic focused websites is a positive. An example is by US states .listit_michigan, listit_ohio, etc.
 
They think having multiple installs in subdomains sharing the same database is a plus using seperate domain names as shown above.
An example would be listit_michigan (Domain name) pointing to a seperate install.
 
Doing so would allow for each install having entirely different themes and/or modifications, plugins, etc.
 
People shop the internet but still perfer to buy local. This give them the feeling that they are buying local.
 
There are more reasons for this and other ways of accomplishing the goal but you get the idea.
 
Above is not as hard as may sound and being all installs use the same database then maintinance is low.
 
Tom
 

Legion

  • Hero Member
  • *****
  • Posts: 622
  • I am founder of top20remedies.com buyeradvise.com
Re: how to create multi subdomains like this ?
« Reply #31 on: April 22, 2013, 03:16:26 am »
What about using:
Wildcard DNS
HTACCESS

Setting up the wildcard DNS you could type in something like:
lasvegas.myosclass.com
and with the htaccess file be redirected to something like
myosclass.com/search/city,lasvegas/

Its a start for now. The rest will more than likely need a change in the php code.


i am looking for this who can guide me

vaithee

  • Newbie
  • *
  • Posts: 17
Re: how to create multi subdomains like this ?
« Reply #32 on: April 23, 2013, 10:39:03 am »
I too looking the same.Any senior persons help us to create more subdomain.Please guide how to create wildcard DNS.