Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dreamer

Pages: [1]
1
Mod_Security / Re: ModSecurity adds index.php in permalinks
« on: July 28, 2019, 01:31:22 PM »
Yes, i confirm that this solves the issue with the index.php. Thank you!

The issue is caused because of SecServerSignature in /usr/local/apache/conf.d/mod_security.conf

You can manually goto /usr/local/apache/conf.d/mod_security.conf and remove it

Code: [Select]
nano /usr/local/apache/conf.d/mod_security.conf
Find

Code: [Select]
SecServerSignature "CentOS WebPanel: Protected by Mod Security"
remove the above line and then restart apache

Code: [Select]
service httpd restart
Or else you can run

Code: [Select]
sed -i 's|.*SecServerSignature.*||g' /usr/local/apache/conf.d/mod_security.conf
service httpd restart

2
Im having the same issue

3
How to / how to create autoconnect link to cwp for whmcs
« on: July 09, 2019, 03:00:02 PM »
Hello, I am fairly new to this and I am mostly a php developer trying to help a friend. I am trying to modify the cwp7.php file in a whmcs module to include a auto login link for cwp. When the customer logs in his account (not cwp account) I need to have a link that allows him to log in to cwp without having to provide credentials.

Any help?

Thanks in advance

4
Addons / Re: New re-designed version of WHMCS module
« on: June 30, 2019, 10:27:57 PM »
Count me in!

Pages: [1]