I have the following code in my GoDaddy .htaccess file:
AddHandler fcgid-script .do
FCGIWrapper /usr/local/cpanel/cgi-sys/php .do
AddType application/x-httpd-php5 .do
This means that whenever we go to a ".do" file in the web browser, it runs as PHP. All of a sudden, after three years of working with no problem, it has stopped working correctly! Now, if I go to a .do file, the browser just downloads the file.
I think that GoDaddy have done a server upgrade, but I can't work out how to solve the problem.
Anyone have any ideas? Thanks in advance....