Sadaf Iqbal

Registered
Mar 17, 2017
4
0
51
Paris
cPanel Access Level
Root Administrator
can you please tell me how enable Apache mod_rewrite
using whm or cpanel or ssh please
i need to active for my website and i am using whm cpanel i also uplaod the screenshot please take a look and help me thank you
 

Attachments

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello,

You can use the "http -M" command to verify that Mod_Rewrite is compiled with Apache (it's enabled by default with cPanel):

Code:
httpd -M|grep rewrite
rewrite_module (shared)
Check to see if your script requires Mod_Rewrite rules added to the .htaccess file in the document root where the script resides.

Thank you.