• Hi all
    I am new to WordPress and my first big problem is as follows:
    I have three different functions, today on three different hosting areas with separate domain names.
    I use my own QNAP NAS server and have done html sites for a long time. WordPress is different but once pass the initial obstacles I think it will work fine, so please help me out on this one.
    I want to have a main start page with a business theme where all traffic will come through.
    On that page visitors can choose what they want to do:
    One new business page showing all my business services:
    e-commerce with a suitable theme for shopping
    Real estate for rent/sale with a suitable theme

    Today i can not separate those options. What ever I do the theme follows over the three different pages and all configuration as well.
    I also would like to have 2 separate SQL-tables.
    Probably very easy when you know how, but I can not find the information in ANY help file.
    Thanks for the support on this
    /Jan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Are these going to be running from the same URL? eg: mysite.com/shop and mysite.com/realestate?

    Or are they going to be seperate URL’s, eg: myshop.com and myrealestate.com?

    There’s really two options.

    First, you can create a HTML splash page, and do two separate WordPress installations in the sub-folders, and run them independantly. That will give you two seperate sites that don’t rely on each other in any way. You can use separate databases, and everything is kept to itself. The good thing is if something goes wrong with one site, the other site will keep on functioning. The bad part is that the sites won’t share anything at all.

    Second, you can create a Network, and have your main site with the splash page, and two extra sites, one for each section. This will let you use different themese and have different settings on each site, but the sites will be run from the saem code-base and database so everything is encapsulated nicely. You can also share users between sites, so someone that registeres for the shp can also use that login on the real estate site. The only downside to doing it this way is that it’s a little more set up work, and you do have to run off a single database, but if it was me, this is the way that I’d go.

    Thread Starter zapposhusse

    (@zapposhusse)

    OK. Many thanks for answering. This explains why I could not create different pages with different themes.
    I have a dedicated IP, but each domain name is redirected to where ever I want on my server. I will use all my domain names to be redirected to my first company redirect page. This page will then ask visitor “What do you want to do”. I see several advantages with doing this and so far can not see any disadvantage.

    Multiple WordPress installations would work well, but a little “extravagant” from someone used to Dreamveawer. I still need to be reborn here.
    Creating a Network I think is too ambitious for me now, being a rookie. Is it possible to do the multiple installations first and change to Network later without too much fuss?
    Then another stupid question. What is a splash page and how do I create it? If The WordPress manual describes this procedure i guess i should be able to find it my self.
    Thanks again for the help

    The “Splash Page” is the term for what you’ve described as the company redirect page. It’s just a starting page that visitors will see that tkes them off to the other full sites.

    To be honest, trying to change from multiple sites to a netowrk, or from a network to multiple sites, later on is just a pain. Whatever you decide on for a start is what you should stick with. Don’t be too worried about a netwokr being too ambitious. It’s not that much different from a standard site, but if you are concerned, stick with two separate installations.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple web sites’ is closed to new replies.