Tag Archive: htaccess

Securing a Folder

Making a folder secure on your website may seem like a difficult job. Thanks to Phoenix Development, there is a step by step process that will teach you how to make...

.htaccess – PHP on HTML/HTM Pages

I went into more detail about what the different processes are of adding php to a website programmed with *.html pages in this earlier htaccess post. Here are a...

.htaccess – AddHandler

There is a very common problem when trying to upgrade sites made by “newbie” website developers or when you realize that html isn’t the only language...

Regular Expressions – Regex

Regular Expressions (or Regex for short) is a language that I’ve been learning a lot about recently. I don’t have any useful tidbits for you as of yet,...

.htaccess 301 Redirect: Moved Permanently

I’ve already discussed how to create a 301 permanent redirect using PHP that allows you to forward one page to another. But what if you you have an entire...