Is there a way to direct only a specific file to an external app like lsphp? For example, I want to redirect /index (with no .php extension), but no other files in that directory, to php. So far, the only way I have been able to direct files to external applications is by mapping file extensions. I'm looking for something like Apache's "ForceType" directive.