Page 1 of 1

MOCKUP SITE FOR EDITING

Posted: 2020-01-15 22:10
by EliGomez
Forgive me, I’m new to the FileZilla but learning it quickly.
My question is how do I make a Mock-up Site of my current website for editing and testing so I can see the end results without marking changes to my live site until I am ready to apply it to the live site?

Re: MOCKUP SITE FOR EDITING

Posted: 2020-01-16 10:20
by boco
You could use a local copy of the site for testing. Alternatively, you can upload a duplicate of your site to the server, into a subdirectory.

Example:

Normal site at https://example.org/
Test copy at https://example.org/testing/

Note: If your site uses special features (like certain PHP software), the paths will have to be configured accordingly. Also, if your site uses a database (MariaDB, MySQL etc.), you have to create a duplicate, too (clone the database or the database tables).

Re: MOCKUP SITE FOR EDITING

Posted: 2020-01-25 10:23
by kokboyza
boco wrote:
2020-01-16 10:20
You could use a local copy of the site for testing. Alternatively, you can upload a duplicate of your site to the server, into a subdirectory.

Example:

Normal site at https://example.org/
Test copy at https://example.org/testing/

Note: If your site uses special features (like certain PHP software), the paths will have to be configured accordingly. Also, if your site uses a database (MariaDB, MySQL etc.), you have to create a duplicate, too (clone the database or the database tables).
Thx you!!