htaccess example

WP-Restrict

WP-Restrict

What is WP-Restrict? WP-Restrict is a WordPress plugin that allows WordPress admins to restrict access to their web site based on IP addresses. Use WP-Restrict to block all access to your web site, only allowing those in your ‘allowed list’, through the use of .htaccess rules. Features WP-Restrict has two management User Interfaces. The main user interface allows you to view all your ‘allowed list’ IP addresses. This interface also al...

Mod Rewriter

Mod Rewriter

These days every website, big or small uses mod rewrite to get nice looking urls like www.test.com/news/ instead of www.test.com?page=news. If you use CMS systems like Wordpress or Drupal it’s very easy. You can just enable this opion and your ready. But if your are writing you own applications or websites it’s an whole other story. In these cases you need to get dirty with htaccess and stuff, and as you might know, that’s not a fun thing to d...