Apache Rewrite HTTP to HTTPS on CentOS 8
Rewrite HTTP to HTTPS 1. Edit vhost to add the following lines to it: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] 2. Restart …
Welcome!
Rewrite HTTP to HTTPS 1. Edit vhost to add the following lines to it: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] 2. Restart …
Change Apache DocumentRoot 1. Using your text editor (mine will be vim) open the Apache configuration file: vim /etc/httpd/conf/httpd.conf 2. Find the DocumentRoot section: 3. …
Install Apache Web Server 1. First update all the installed package using: yum update -y 2. Next install Apache HTTP Server from the default software …
In this tutorial we will learn how to take Table Name, Column Names, Methods and Datatypes as input from the user. I will use the …
In this second part we will learn how to CREATE a TABLE and to use the SELECT. There is a first post which explains how …
In this series of tutorial, we’ll be learning how to connect to a database in Python using the MySQL Connector library, execute SQL commands and …
It would be awkward and hard to believe that OS in the 21st century had their roots back from the 1969 when Dennis Ritchie and …
Linux Distributions In the 21st century there has been many distribution (in short, Distros) of Linux Os. Up to now there can be several hundreds …
REPLACE ” nisrasp.serveblog.net ” BY YOUR DOMAIN NAME AND ” 100.100.100.100 ” BY YOUR PUBLIC IP ADDRESS EVERYWHERE. Step 1: Install LAMP Type the following …