I would like my server to consider say .foo files as .php files
I figured the way to do it is in .htaccess...and to point you in some direction i found something like
AddType image/gif .gif
but that is for images i am trying to figure out how to apply this to php files ... perhaps ForceType is better...any help appretiated...
Or perhaps
Action add-footer /cgi-bin/footer.foo
AddHandler add-footer .php
AddType / .htaccess
Moderator: General Moderators
is php installed as module or cgi?
http://httpd.apache.org/docs-2.0/mod/mo ... addhandler
http://httpd.apache.org/docs-2.0/mod/mo ... ml#addtype
http://httpd.apache.org/docs-2.0/mod/mo ... addhandler
http://httpd.apache.org/docs-2.0/mod/mo ... ml#addtype