RewriteEngine On RewriteBase / # Remove .php extension from URLs RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.*)$ $1.php [L,QSA]