At the root of my website, I have this .htaccess file:
RewriteEngine on RewriteRule add php/page.php?page=add [L] RewriteRule debug php/page.php?page=debug [L]