• Clyde_frog

    (@clyde_frog)


    Hi everyone,

    I’m looking for a bit of help with setting up WordPress alongside another website. Long story short, my employer has had the same website for the past 10 years and the whole thing looks really dated. Finally I managed to convince them to update the site and offered I will do one for free in WordPress (building up a portfolio, improving skills).

    Problem – I want the ‘old’ website (done in Dreamweaver, using a mix of html & php) to be still visible to the public, while I develop something new in WordPress. Is it possible to set up an independent WordPress installation in a subfolder, on the same domain? I’ve found a codex article explaining how to do this (https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory) but I’m not sure if the end result will be a ‘standalone’ installation, alongside the ‘old’ website. In other words – I want to make absolutely sure I won’t mess up the ‘old’ website in the process of installing WordPress.

    I did contact my host for help, but they quoted £110 to do what I’m asking for – ridiculous, seeing how WordPress can be installed in 5 minutes as long as the person knows what they are doing.

    To summarise:
    What I want is for the old html/php website to be at https://www.example.org, while the ‘in development’ WordPress site to be at https://www.example.org/wordpress. I want both websites to be visible – one for the public, one for me, for testing purposes.
    If this is possible, then I’m assuming the homepage of the wordpress installation would be at https://www.example.org/wordpress/index.php, while the Dashboard will be at https://www.example.org/wordpress/wp-admin/admin.php?

    Also, if anyone can think of any alternatives (e.g. developing a WordPress website offline, then publishing it in a painless way) then any suggestions will be appreciated.

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

    (@esmi)

    If this is possible

    It’s perfectly possible.

    I’m assuming the homepage of the wordpress installation would be

    Yes – with the exception that you can drop the index.php part of most servers.

    You can installing WordPress locally and that’s the ideal route if you want to design themes, create plugins etc. But if you plan to actually build up content for the new site, then it’s far more complex to move the site from your localhost to the remote server.

    Alternatively, if you develop the WP site in a sub-folder, you can use See this method to allow it to take over the root domain with minimal work. That’s waaaay easier.

    hey, im trying to do this ..i want to install it next to Basekit (im hosting with hostgator)
    so for instance the home is made using basekit while i can set up a link to the wordpress part.

    i need a way to set them up side – by side on the same domain / url
    so like home = https://www.thesettop.com while the wordpress part would be https://www.thesettop.com/updates
    then everything wordpress related would be “www.thesettop.com/updates/*insert part of site here*

    how do I do this?

    ( i see the question in this thread but no direct answer which is why im re asking instead of making a new thread or something)

    thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Install WordPress alongside another website, all under one domain’ is closed to new replies.