Entries by Hemn Chawroka

Best Personal Blog Templates for Designers

If you are looking to create your own blog or a website and don’t know where to start from then you are at right place, we have put together a list of personal blog templates. 1. Live Live is an easy and intuitive modern blogging template. Live features make it dynamic, user-engaging and vivid. It’s […]

15 New Frameworks for Your Next Projects

A web framework is an essential tool for web development, framework consists files, packages and tools that helps developers to build innovative and useful web applications easily. By making use of frameworks, developers can develop a maintainable, well structured, and upgradable websites in less time. For this article we have chosen Fresh Frameworks for developers, […]

.htaccess rules to Harden your website’s Security

Below you see a list of the important rules that you can add to your .htaccess file to harden security, by greatly limiting the exposure of your website to many types of attacks. Some of these rules include basic redirects, locking outside access to particular files, or more advanced functions such as preventing image hotlinking. […]

Block Bad Bots, Spiders and Site Rippers using .htaccess

Below is a useful code block for blocking a lot of the known bad bots and site rippers currently out there. Simply add the code to your /public_html/.htaccess file: #Bad Bot <IfModule mod_setenvif.c> BrowserMatchNoCase “^(aesop_com_spiderman|alexibot|backweb|bandit|batchftp|bigfoot)” bad_bot BrowserMatchNoCase “^(black.?hole|blackwidow|blowfish|botalot|buddy|builtbottough|bullseye)” bad_bot BrowserMatchNoCase “^(cheesebot|cherrypicker|chinaclaw|collector|copier|copyrightcheck)” bad_bot BrowserMatchNoCase “^(cosmos|crescent|curl|custo|da|diibot|disco|dittospyder|dragonfly)” bad_bot BrowserMatchNoCase “^(drip|easydl|ebingbong|ecatch|eirgrabber|emailcollector|emailsiphon)” bad_bot BrowserMatchNoCase “^(emailwolf|erocrawler|exabot|eyenetie|filehound|flashget|flunky)” bad_bot BrowserMatchNoCase “^(frontpage|getright|getweb|go.?zilla|go-ahead-got-it|gotit|grabnet)” bad_bot BrowserMatchNoCase […]