Rewriting the Geeklog New Stories url

Sunday, September 12 2004 @ 03:08 AM

Contributed by: Admin

When you are viewing the new stories link in What's New its usually expressed as /index.php?display=new
so i hacked that into
/display/new/

Then created a new folder called display and then created a .htaccess document in this new folder. the Mod_Rewrite rules in this doc are:

RewriteBase /display/
RewriteEngine on
RewriteRule ^(.*)/$ /index.php?display=$1



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