I’m a big fan of Amazon Lightsail, I find it better than others for WordPress sites. Recently I was trying to redirect one of my WordPress websites, www traffic to non-www by updating .htaccess file but nothing was working.
After reading the Bitnami doc I found in Bitnami WordPress it handles differently.
Edit httpd-prefix.conf by vim or nano
vim /opt/bitnami/apps/wordpress/conf/httpd-prefix.conf
Git is very important tool for all kinds of software development and source code management. To make your first git commit in GitHub actually not that hard.
Create A New Repository
√ Visit https://github.com and signup for a new account. If you already have one, please sign in.
Give a new file path when it says “Enter file in which to save the key”. The press enter.
It will create two keys in your .ssh directory one is private which has no extension and one is public which .pub extension. Now open .pub key in any text editor and select all and copy the content in your clipboard.
Node.js boilerplate with express, helmet, cors, xss-protection, mysql, session, cookie and express-handlebars view engine and many more..
Well structured Node.js app. It uses mysql as database and express-handlebars as template and jest test package. It has bootstrap 4 integrated. Only two urls added for example * / for all users, * /my for all logged in user.