How To Disable ServerSignature Using .htaccess
By default, all error pages of your Apache contains the version number of your server, which is a jackpot for hackers if you’re using an… Read More »How To Disable ServerSignature Using .htaccess
By default, all error pages of your Apache contains the version number of your server, which is a jackpot for hackers if you’re using an… Read More »How To Disable ServerSignature Using .htaccess
Since WordPress 2.5, WordPress automatically handles many redirections on your blog. If you’re using a pretty permalinks in your blog, WordPress will redirect the following… Read More »How To Redirect Dead-End Category, Search And Tag URLs In WordPress
In this article, we will talk about how to deny access to no referrer requests. Believe it or not, but it’s a phenomenal trick. This… Read More »How To Deny Access To No Referrer Requests With .htaccess
In last tutorial, I showed you how to limit access to your WordPress’ admin panel by IP address. You can also limit access to WordPress… Read More »How To Limit Access To WordPress Login By IP With .htaccess
In some future articles, I’m looking forward to talk about security and stuff. So, before I post them on this website, it’s more important to… Read More »How To Limit Access To WordPress Admin Panel By IP With .htaccess
In this tutorials, I’ll tell you how you can restrict access to media upload formats in your website by using .htaccess file. This trick would… Read More »How To Restrict Access To Media Uploads Using .htaccess
In last post we shared the trick to hide WordPress login URL using .htaccess file. This tutorial is bit different from the previous tutorial. In… Read More »How To Hide WordPress Admin URL
When we set up a WordPress site for our client, we don’t want our clients to mess around with WordPress’ default login URL – wp-login.php.… Read More »How To Hide WordPress Login URL
Earlier today I shared an article about how to image hotlinking in your website with .htaccess file. I also applied this trick on my own… Read More »How To Allow Image Hotlinking In Specific Directories With .htaccess
Sometimes a viewer of your website can change a few characters in the URL of your site and continue to browse your directories. It sounds… Read More »How To Prevent Directory Browsing With .htaccess
Above image is from markinss.com, and I haven’t just copy and pasted it into this post. This image is stored in my hosting server. If… Read More »How To Prevent Image Hotlinking With .htaccess
As you may know by now, wp-config.php is a powerful file & links your data to your database tables. So, it’s important for you to… Read More »How To Protect wp-config.php File With .htaccess