:: Configure non www to www in htaccess
Learn how to effortlessly redirect your non-www domain to the www version using an .htaccess file. Follow our simple steps to configure your website for better SEO and enhanced user experience!
:: Allow outgoing MySQL connection on CSF
:: What is csf
CSF firewall commonly known as Configserver Security and Firewall has become one of the popular firewall not just because of its easy of use it also provides a cpanel interface and can be easily installed and tuned by any novice users. If you are running cpanel without firewall then CSF firewall is very much recommended, considering the security aspects of your server.
:: Setup PPTPd VPN on Linux
:: What is PPTP
The Point-to-Point Tunneling Protocol (PPTP) is a method for implementing virtual private networks. PPTP uses a control channel over TCP and a GRE tunnel operating to encapsulate PPP packets.
:: Setup TimeZone in htaccess
:: How to setup time zone php in htaccess
edit .htaccess file and add line like:
:: Enable mod rewrite on Apache
:: What is Mod_rewrite
Mod_rewrite provides a powerful way to do URL manipulations and made more user friendly, by configuring rewrite rules, rather than modifying the webserver software.
:: How to enable mod_rewrite on apache