My host has switched to run PHP as a CGI module. I have a site that uses search engine friendly URLs that no longer works. The code below used to cause a file without an extension to be parsed as PHP, now I get a page not found error. Any suggestions?
<Files show-product>
ForceType application/x-httpd-php
</Files>