Page 1 of 1

.php to .mycode with Apache

Posted: Tue Jul 18, 2006 12:16 am
by tecktalkcm0391
Could you put this:

ScriptAlias /php/ "c:/server/php/"
AddType application/x-httpd-php .mycode <---- Not the file extension...
Action application/x-httpd-php "/php/php.exe"

in your Apache to make your own file extension for PHP?

Posted: Tue Jul 18, 2006 12:18 am
by Benjamin
Yes you can :)