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