How to access Awstats without logging into cPanel Step 1.Download Awstats: http://awstats.sourceforge.net Step 2.Extract the contents of the file to your computer. Step 3.Use an FTP client to...
Steps for URL Masking with .htaccess The URL masking is a method that allow you to mask certain part of your website’s address. For example, when...
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...