I\'ve got a small CMS system written in PHP and running on Apache. The format of the URLs this CMS system uses/generates is:
/display.php?PageID=xxx where xxx is ju
well putting something like
RewriteEngine on RewriteRule ^about$ ./display.php?PageID=44 RewriteRule ^products$ ./display.php?PageID=34
in your .htaccess-file shouldn't be the big deal I think...
.htaccess