R 2021-01-09 0

Netlogon Not Accessible

To resolve this issue run gpedit.msc, go to:Computer -> Administrative Templates -> Network -> Network Provider -> Hardened UNC Paths Enable the policy and click “Show” button. Enter your server…

R 2019-11-07 0

WordPress Domain Update and SSL SQL

To update your domain name, execute the following SQL commands in phpMyAdmin. UPDATE wp_options SET option_value = replace(option_value, ‘http://www.olddomain.com’, ‘http://www.newdomain.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’; UPDATE wp_posts…

R 2019-09-21 0

Roundcube Address Book Missing

I recently had to reinstall roundcube and a number of program features broke. I found a #roundcube channel on IRC freenode and posted a question to the people there.