Oh sorry, perhaps it is done by using a .htaccess and applying rewrite rules like this:
RewriteEngine On
RewriteRule Hot-Bodies-L...TR-1-8th-Buggy/?$ item.php [L,NC]
Note that you would still be passing values as part of the query string with the ?, you would simply mask the url with the rewrite engine.