Using PHP and MySQL, I have created a MySQL-based virtual filesystem for my Web site. It is driven by a single file with generic code, which is then included into files that simulate directories.
None of that is relevant however. The point is, I must be able to execute the PHP in files with no file extension. These files are CHMODed just like my other PHP files, but they give me 500 errors. All of my other PHP files work.
I discovered that my host is now using phpsuexec, and since I use ForceType and DefaultType in my .htaccess file to make PHP run in files with no .php extension, all the files that are ForceType'd and DefaultType'd to PHP now give me 500 errors because of phpsuexec.
So can anyone help me run PHP in files with no extensions using .htaccess or some other method? A local php.ini perhaps?