Hi isnt possible to let any files be parsed by php?
An example:
I have a index.n4yp file, which I want php to parse. Now i configured apache:
addtype application/x-httpd-php .n4yp
action application/x-httpd-php /cgi-bin/php.exe
Now, when I request the side, php wont parse it! do anyone know, how to learn php.exe to parse *.n4yp files??
yours Rene