09.21.05

Nice URLs

Posted in Technology at 10:13 am by wfrantz

Bill Humpries at A List Apart wrote a short article on using mod_rewrite to create nice URLs. This is some highly useful information. You can see how I use the technique at this site to change ugly URLs like http://www.williamfrantz.com/bin/wp/index.php?article=50 into pretty URLs like http://williamfrantz.com/wp/61.

Of course my .htaccess file is pretty ugly and I don’t understand half the regular expressions and RewriteRules in there, but it works nicely.

Leave a Comment