I am running 4.2.0 and trying to display .php3 pages. httpd.conf includes:
AddType application/x-httpd-php .php .php3 .php4 .phtml .html .inc
However, when there is a request for a .php3 page, my browser attempts to download \
the page like the AddType for php3 was not listed, but it is. 🙁
Any suggestions? Thanks
oh, yes, I could rename and convert the php3 files to php(4), but that is not an \
option. I would like to have a fix.