General

Gallery Widget

Permit root login SSH Ubuntu

By default SSH doesn't allow root logins for Ubuntu. To enable root login run the following command: sudo nano /etc/ssh/sshd_config Under the Authentication section find the following: PermitRootLogin prohibit-password And…

Continue reading
0 Comments

Remove .html from URL

Should you want to remove .html from a URL you can paste the following in your .htaccess file in the root www/public_html directory: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST}…

Continue reading
0 Comments