I recently moved my site to a new host and I now have to include the .php file extension to all php files when navigating them. With my previous host, I was able to get to them either way.
http://example.com/myphpfile.php
or
http://example.com/myphpfile
Can anyone tell me how I can fix this so I don't need the .php extension to navigate to the page?
Thanks!