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 »