by admin | Jun 1, 2021 | Servers, WordPress
#!/bin/bash NOW=$(date +”%Y-%m-%d-%H%M”) FILE=”domain.com.$NOW.tar” BACKUP_DIR=”/home/backups” WWW_DIR=”/var/www/html/domain” # MySQL database credentials DB_USER=”dbnameuser” DB_PASS=”dbpass”...
by admin | Aug 26, 2020 | WordPress
When writing blog posts, do you notice that the secure lock isnt there for your WordPress ? To resolve : Check for the permalink settings and the general settings to see WordPress Address (URL) and Site Address (URL) , make sure the address given there reflects...