ASP Pages Download Instead of Opening

I’m not say the 3.96 upgrade did this, however it appears that after the upgrade, asp pages on my Apache server are now downloading instead of opening.

Any suggestions?

Try removing the line
php_admin_value engine Off
from your Apache config files

There are 138 php_admin_value engine Off - I left them alone.

However I had an active htaccess file in the directory that contained:

AddType application/x-httpd-php .asp

I disabled htaccess and the site is working properly now. This still leads me to wonder what happened.

I just became aware of another issue of pages downloading instead of opening. This one is an html site and it had a similar line in the htaccess file:

AddType application/x-httpd-php .html .htm

I commented out the line and the sites working now. Can some one tell what might have been updated that has stopped that line from working, or better yet what I should do to correct it?

There are bound to be more sites customers haven’t alerted me about yet.