.php to .mycode with Apache
Posted: Tue Jul 18, 2006 12:16 am
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?
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?