RewriteEngine on RewriteBase / # common php handler RewriteCond %{REQUEST_FILENAME} !-f RewriteRule '' page.php%{REQUEST_FILENAME} [L]