I posted this over 24 hours ago, I am trying again because I have not seen it come through. I know someone posted this before, but I can not remember what the answer was. I got a RAQ3 that will only recognize .php3 extensions, and not .php - My question is how do I fix this so that it will get the .php to work. I appreciate all you help, and thank you in advance.
Check out /etc/httpd/conf/srm.conf Add .php to the following line: AddType application/x-httpd-php .php3 which makes...... AddType application/x-httpd-php .php3 .php Regards, Glen