Page 1 of 1

Enable PHP parsing of alternate extensions

PostPosted: 20. February 2008 20:40
by TravisO
I want to be able to parse extension .XYZ as PHP. Normally one just edits the Apache httpd.conf file, but when I opened it up, I didn't see the PHP module listed anywhere to add alternate file extensions.

Is this something new in Apache 2.x or specific to Xampp? How can I add extension .XYZ as a PHP parsable file?

PostPosted: 20. February 2008 20:48
by Wiedmann
httpd.conf file, but when I opened it up, I didn't see the PHP module listed anywhere to add alternate file extensions.

The PHP module is loaded in the file "httpd-xampp.conf".

PostPosted: 21. February 2008 00:11
by TravisO
Thanks, I got it working

PS: for people reading into this problem, the default location of this file is
C:\xampp\apache\conf\extra\httpd-xampp.conf