Twitter Feed

Sponsors

Related Links

Article Image

Redirect index.php to root (/)

One page sites are really popular. If you have a one page static html (or php) site, this article explains how to redirect your index.php or index.html to just yourDomain.com/

Read more...

Article Image

htaccess 404 page

Usually 404 pages are handled within your framework or CMS, but some cases call for an htaccess 404 page. This article explains how to create 404 functionality using htaccess.

Read more...

Article Image

Password Protection - htaccess

Protecting a directory with a password using Apache and htaccess is really simple, I'll tell you how anyway.

Read more...

Article Image

Using Apache to redirect pages

Are you scared of htaccess redirects? Don't be, they are easy! In this article I explain how to do a 301 and 302 redirect using Apache's .htaccess file.

Read more...

Article Image

htaccess to control Feedburner

Feedburner is a really popular service used to track information about your RSS feeds.

This article explains how to elegently intergrate your existing CMS with feed burner using Apache and htaccess.

Read more...

Article Image

htaccess sub-domains to www

Search engines are making duplicate content an easy problem to solve. This article outlines the htaccess method I use to redirect my sub domains to www.

Read more...