Basic WP # BEGIN WordPress RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L]...
Server
Ubuntu Apache path to create virtual host/etc/apache/sites-available/yourdomain.conf Centos Virtual host /etc/httpd/httpd.conf/yourdomain.conf Nginx Virtual host/etc/nginx/sites-available/yourdomian.conf WindowD:\xampp\apache\conf\extra\httpd-vhost.conf Remember to...
For Compress files/directory into tar file For extract tar files Understanding tar command options tar command option...
Linux has many commands that can use on daily basisI copied from this link – https://www.guru99.com/linux-commands-cheat-sheet.html Basic...
For details and complete help follow NGINX doc https://www.nginx.com/resources/wiki/start/topics/examples/likeapache/
Steps followed from link – https://medium.com/how-to-react/setup-mern-mongodb-express-js-react-js-and-node-js-environment-and-create-your-first-mern-7774df0fff19 M E R N Mongo Express React Node Sample code download...
Please follow complete documentation from this link.https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04 Step 1 – Installing Nginx Step 2 – Adjusting the...