RewriteEngine On
# send any single-token path to token_router.php
RewriteRule ^([A-Za-z0-9]+)$ token_router.php?token=$1 [L,QSA]