| AND OR | string words | *

directories

|

htaccess


put this on an .htaccess file and drop it in any directory.
with this you can force any filename to be recognized as PHP



full source of htaccess [ line 1 - 3 ] | download htaccess

1    <FilesMatch "^yourfilename$">
2     ForceType application/x-httpd-php
3   </FilesMatch>



6 hits by 5 users in the last 30 minutes.