How to - make Wordpress safe on logout.
(2 posts)
(2 voices)
-
So, you logged out of your VPS but did you ensure Wordpress was safe?
Simply create a new alias named exit and add the wpsafe command to it, thus:
Once logged in to your VPS, open the .bashrc file using the alias ebrc
Add the following to the file:
#make wordpress safe then exit
alias exit="wpsafe && exit"Hit Ctrl+O, then Enter, then Ctrl+X
Done!
Posted 1 year ago # -
ruddy top tip .. thank you, so simple too, Barnaby.
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.
