So I have two different wordpress applications located at
test/wordpress1
test/wordpress2
I wanted to switch between them under the same domain (localhost) so while on the wordpress1 application, I set the directory to localhost:8888/test/wordpress2. Didn't plan out as I have planned. I am still in the wordpress1 application but now its pointing to the wrong folder. Now everything is messed up. Any ideas on how i set the directory of wordpress1 application back to localhost:8888/test/wordpress1? And also what is the easier way to switch between 2 wordpress sites in localhost? Thank you.