Is there a way to use .htaccess with PHP as CGI/FastCGI?
I would like to be able to have other extensions open as PHP.
I have tried the following:
AddType application/fcgid-script .phpd
AddHandler fcgid-script .phpd
EDIT: With PHP as FastCGI does this mean I need to do something else other then .htaccess?