If you install cPanel in default configuration, mod_rewrite is active by default. Apache configuration in cPanel/WHM located at /usr/local/apache/conf/httpd.conf, and only edit httpd.conf directly if you an expert. If mod_rewrite not installed, just edit the httpd.conf and put or uncomment this line:
LoadModule rewrite_module libexec/mod_rewrite.so
AddModule mod_rewrite.c
Restart the Apache service and check the result. Good luck!
0 comments:
Post a Comment