php friendly urls with mod_fcgid

Hello,

I am using Virtualmin Pro with php4 and php5 using mod_fcgid.

One website is using the following in .htaccess for nicer urls:

<Files article>
AcceptPathInfo On
ForceType application/x-httpd-php
</Files>

Is there a way to translate this using mod_fcgid to use a certain version of php for a filename without an extension?

Thanks for your help.