Remove a wordpress
(2 posts)
(2 voices)
-
I used the stackscript to install a second WP to another domain. It works fine but how do I remove the installation without affecting other WP installations to other domains? Just deleting the files manually does not to be sufficient?
Posted 1 year ago # -
don't forget to remove the virtual host file too. if this doesn't work:-
rm -R some/path
force as root:-
sudo rm -R some/path
.. thqat -R means recursively do something through the dir tree.
CAREFUL with those remove commands, huh ;)
Posted 1 year ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
