nginx

How to enable rewrite rule and other apache module in centos and ubuntu ? 4

How to enable rewrite rule and other apache module in centos and ubuntu ?

How to enable rewrite rule modules in apache (Centos and Ubuntu) for nginx Please scroll down Centos httpd -M vim /etc/httpd/conf.modules.d/00-base.conf ##Add this line LoadModule rewrite_module modules/mod_rewrite.so Do not forget to reboot web server sudo systemctl restart httpd Ubuntu How to enable module in ubuntu ? Enable and restart the web server a2enmod rewrite service

How to enable rewrite rule and other apache module in centos and ubuntu ? Read More »

Letsencrypt SSL certificate installation on centos and ubuntu with nginx and apache 5

Letsencrypt SSL certificate installation on centos and ubuntu with nginx and apache

Hello Everyone SSL is very important for any website to have a secure connection and I will tell you to How easily you can perform free ssl installation to your website. 1. SSL installation on Centos 6.* server with apache 2. SSL installation on Centos 6.* server with nginx 3. SSL installation on Centos 7

Letsencrypt SSL certificate installation on centos and ubuntu with nginx and apache Read More »