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 .htaccessIt's quite easy to remove index.html from a URL with mod_rewrite. Let's say we want to redirect...