I got Apache/1.3.34 installed as CGI.
I have this code to assign other file extensions for PHP script:
- Code: Select all
AddType application/x-httpd-php .php .class .inc .check .rdf .error
The problem here is that the files being include like: .class, .inc, .check are working, but the other ones (.rdf, .error) that are called directly from the URL doesn't get recognized by Apache, where i get an "Internal Server Error" error.
Can someone help me solving this issue?
Thank you



But i won't do it... not again...!
