I would like to install the same WordPress site, but in a sub-directory using Xampp, so in localhost.
What i try to do:
localhost/main_site/ (as the main installation in htdocs of xampp, and it works fine)
localhost/main_site/second_site (for the second installation (the clone of the main installation), i create the sub-directory called “second_site”, inside the main wordpress folder “main_site”)
the database is the same for the both site.
But what I tried to do didn’t work, what can I do?
thanks in advance for the reply!