Well, the answer was a combination of answers. I needed to add Options +MultiViews to my Apache configuration. Then I extend Andrews answer to the following:
RewriteEngine On RewriteCond %{REQUEST_URI} !^/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ $1.php [L]
Regards and many thanks! Kevin
source share