Unlimited Reseller Hosting Services with Hostripples!

Unlimited Reseller Hosting Services with Hostripples! While reselling the hosting services sometimes users getting unexpected results with respect to hits and orders for the services which they reselling and its getting hard to manage the things if there are limitations set at the hosting providers end like limited cPanel accounts. To avoid such things Hostripples […]

See More

How to disable mod_security using .htaccess?

This post explains how to disable mod_security using .htaccess for one domain. You may have problem with mod_security if you are using certain plugins, wordpress, etc. Go to your public_html directory of the desired domain and in .htaccess file add the following lines. #vi .htaccess <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> Thats it.  Mod_sec […]

See More