How to setup force SSL with .htaccess You can force an HTTPS connection on your website by adding these rules in your website’s .htaccess file: ++++ RewriteEngine...
How to prevent directory listing via .htaccess By default, if you don’t have an index file in a web accessible folder, when accessed through a browser, its...
How to redirect all visitors except your IP to another website In order to redirect everyone to another website, you should add this code to your .htaccess file: +++++++ RewriteEngine On...
How to change the timezone via .htaccess You can change the timezone for your account or for a specific folder by adding this rule to your .htaccess...
How to block access to all hidden files on your account using .htaccess The files or folders starting with a dot are usually Linux system files. For Security precautions it is recommended to...