Rewriting geeklog article urls

Saturday, September 11 2004 @ 10:01 AM

Contributed by: Admin

Hacked every mention of "/article.php?story=unixtimestamp"
into
/unixtimestamp.html

We require a .htaccess document in the root folder and this rule is applied:

RewriteRule ^(.*).html$ /article.php?story=$1 [NC,L]



http://modrewrite.gldir.com/20040911100130326.html