Does anyone know why i get an unknown file type when trying to access the index.php. The browser is asking for a plugin. I originally had this script installed on a server with php3. When i would type in the url to the index.php it would just come up with a blank page.. Now I am on a server with php4.. Here is the url to see my server variables --->
http://www.dannykelly.com/cgi-bin/perldiver.cgi
Here is the url to the page http://www.dannykelly.com/index.php
one thing else i would like to metion is I did upload the htaccess file with the following in it..
AddType application/x-httpd-php3 .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php4
what is the best way to tell if php4 is working correctly on the server?
Thanks, Dan