Articles
Redirecting non-www to www with .htaccess
If you want to redirect all non-www requests to your site to the www version, all you need to do...
Removing index.html with mod_rewrite in .htaccess
It's quite easy to remove index.html from a URL with mod_rewrite. Let's say we want to redirect...
mod_rewrite changes url to lower-case in Windows
Using mod_rewrite to ensure canonical URL's in my CMS, I run across a strange behavior (bug?) of...