Author Topic: How to install mod_rewrite ?  (Read 19847 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to install mod_rewrite ?
« on: December 16, 2014, 11:09:28 AM »
Hi @ all,

Can anyone tell me please how can i install mod_rewrite on Web panel ?

Thank you.

 8)

Offline
*
Re: How to install mod_rewrite ?
« Reply #1 on: December 25, 2014, 03:21:52 PM »
by default its already installed, you can check it by using a command

/usr/local/apache/bin/httpd -M|grep rewrite

and if you get output like "rewrite_module (static)" then you have it installed.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: How to install mod_rewrite ?
« Reply #2 on: June 12, 2019, 03:20:43 PM »
by default its already installed, you can check it by using a command

/usr/local/apache/bin/httpd -M|grep rewrite

and if you get output like "rewrite_module (static)" then you have it installed.

rewrite_module (shared) is OK?

Offline
*****
Re: How to install mod_rewrite ?
« Reply #3 on: June 23, 2019, 01:20:41 PM »
rewrite_module (shared) is OK?

yep, it's okay.
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
**
Re: How to install mod_rewrite ?
« Reply #4 on: July 10, 2019, 04:09:59 PM »
No it is not OK. I have upgraded to CWP Pro, and mod_rewrite does not work for individual accounts.

I had to set up it at WebServers Configuration Editor and for EACH user at /usr/local/apache/conf.d/vhosts/MYDOMAIN.COM.conf   
You may use our FREE SMTP Newsletter APP at https://www.emailbat.com

Offline
**
Re: How to install mod_rewrite ?
« Reply #5 on: July 23, 2019, 06:42:55 AM »
Specifically, I had to add

Code: [Select]
<Directory "/home/trvlaskm/public_html">
AllowOverride All
</Directory>

At WebServers Configuration Editor at usr/local/apache/conf.d/vhosts/
You may use our FREE SMTP Newsletter APP at https://www.emailbat.com