Setting up a new wordpress site without taking the old site offline -


so going setup new site client, , completly remove db + wordpress core , install new wordpress version know not best , fastest way this.

so how setup new wordpress site when exiting site cant taken down(prevent long downtime).

steps - 1. make zip of new website, upload server. 2. install db new server , give table name prefix different old one, suppose previous installation table prefix wp_, new installation prefix should wpn_ or relevant site.

  1. still website there, move old existing site file folder.

  2. extract uploaded zip(new code) main directory.

  3. check database connection once , done !


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -