JordanW
06-18-2008, 07:31 PM
Quick question would anything be able to stop the use of
AddType application/x-httpd-php .do
To parse a .do file as PHP. I.e. does the server need to be configured in anyway to allow custom MIME Types like this.
The above line is in my htaccess file, but it won't do anything it just prompts to download my .do file. The contents is purely:
<?php
echo "Hello World";
?>
And can be found here:
http://www.interactivesmedia.info/test.do
Thanks,
Jordan
AddType application/x-httpd-php .do
To parse a .do file as PHP. I.e. does the server need to be configured in anyway to allow custom MIME Types like this.
The above line is in my htaccess file, but it won't do anything it just prompts to download my .do file. The contents is purely:
<?php
echo "Hello World";
?>
And can be found here:
http://www.interactivesmedia.info/test.do
Thanks,
Jordan