Monday, October 15, 2018

Databases created in cpanel mysql are not visible in cpanel phpmyadmin

Solution :

  • Confirm that databases are visible under mysql section of cpanel.
  • Logout from cpanel
  • Login into cpanel again.
  • Open phpmyadmin.

Now databases should be visible in phpmyadmin

Thursday, September 6, 2018

AH01797: client denied by server configuration

If you get this message in your logs, it means mentioned Directory or File has been prohibited by server configuration. 

You have mentioned that this directory or file should not be accessible by user.

In many cases, most common forbidden file is xmlrpc.php of wordpress because it may be one reason of DDOS attack. That's why system administrators block this file to access using GET method.

Other forbidden object can be uploads or config directory.


Wednesday, September 5, 2018

Font - Text has turned into boxes in Ubuntu 16.04

Without any cause all text has turned into boxes 'rectangles' everywhere in Ubuntu 16.04.
find /usr/share/fonts -iname '*.ttf' -type f -exec sudo chmod -v 644 {} \;
find /usr/share/fonts -iname '*.otf' -type f -exec sudo chmod -v 644 {} \;
sudo fc-cache -r -v