Hi all, I'm trying to get apache to parse all files without mine type (no extension) as PHP. It should be easy, I'm supposed to add this to .htaccess:
DefaultType application/x-httpd-php
But it doesn't work. I get error 500, internal server error, and the error is file has no execute mode. Apache is thinking it's a CGI file!
All this is working on my home linux computer (i have apache 2.0 though).
Any thoughts? Thx
DefaultType application/x-httpd-php
But it doesn't work. I get error 500, internal server error, and the error is file has no execute mode. Apache is thinking it's a CGI file!
All this is working on my home linux computer (i have apache 2.0 though).
Any thoughts? Thx
Comment