Enable GeoIP on LiteSpeed web server
This tutorial explains how to install/configure/enable GeoIP location feature on litespeed web server. Note: You can only use this feature with enterprise license…
Free tutorials, Tech News, Source codes, Tweaks and Tips.
This tutorial explains how to install/configure/enable GeoIP location feature on litespeed web server. Note: You can only use this feature with enterprise license…
Every individual account has error logs enabled by default on the cPanel account whether it is on shared hosting or on dedicated hosting.…
Here is quick code for creating redirection for your web site: Redirecting to www: RewriteEngine On RewriteCond %{HTTP_HOST} !^www.example.com$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1…
Nowadays hacking becomes more ordinary, and most web hosting companies are being targeted and there is no proper solution to prevent or to…
Here is short code that changes the timezone for the linux server, you can add this single line of code into your .htaccess…