• Hi,

    Can a single domain for example say “www.wordpress1234.com” have multiple wordpress sites installed at different location like one with say theme “A” at http://www.wordpress1234.com/A second at ww.wordpress1234.com/B with theme B and so on.

    If yes will each site require a different database ?

    I have a site yassershaikh.com. and I am planning to use wordpress for the homepage also I need to design and keep ready different themes at different location on this site so that I can show them to my clients before I start thier work.

    Please any help will be appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • Why not create a sub-domain and install wordress there instead. If you are doing it on the same domain it may likely create some problems although that statement is not verified.
    But say, the main domain is http://www.wordpress1234.com. Create a sub-domain like say http://www.client1.wordpress1234.com and install a wordpress there. You will get a different wp-login for that.

    or you could use a single install with multisite

    http://codex.wordpress.org/Create_A_Network

    Each site acts independently, each can have it’s own theme, etc.

    Otherwise, you can install in subdirectories (domain.com/A) or subdomains (A.domain.com) as many times as you wish. You can use differnt databases, or the same database specifying a different prefix for the DB during install

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘multiple wordpress installation on a single domain’ is closed to new replies.