01 <FilesMatch "^yourfilename$">
02 ForceType application/x-httpd-php
03 </FilesMatch>
put this on an .htaccess file and drop it in any directory.
with this you
can force any filename to be recognized as PHP
01 <FilesMatch "^yourfilename$">
02 ForceType application/x-httpd-php
03 </FilesMatch>
© 2012 lixlpixel • IE doesn't support the CSS on this site, please use a modern browser - thank you