Re: [PHP] Apache/PHP4 Question

2001-06-19 Thread tony . mccrory
Sounds like you could remove the mime type for php in httpd.conf : AddType application/x-httpd-php .php Tony -- Tony McCrory IT, Trinity Mirror group (Ireland) (028) 9068 0168 [EMAIL PROTECTED]

Re: [PHP] Apache/PHP4 Question

2001-06-19 Thread Rasmus Lerdorf
> I have a Server Running Apache 1.3.14 and it has PHP4 running > as a module. For our customers we require that they use .cgi > for all of their scripts and so if a user wants to run a php4 > script on our server they use www.blah.com/myphpfile.cgi with > of course the first line being #!/usr/loc