>
> I see all the files are name php3 rather than php. When I access the
> index.php3 of course it my browser doesn't know what to do so it asks if I
> want to download it.

Sounds like you need to add ".php3" to your AddType directive in the
httpd.conf file
i.e.the line in httpd.conf that says:

AddType application/x-httpd-php .php

Should be changed to:

AddType application/x-httpd-php .php .php3

This should solve the problem with .php3 scripts not executing on your
server :-)
 Otherwise, if you want/have to change all the extensions to .php, you'll
have to change all the requires and includes in the phpMyAdmin scripts to
reflect these changes.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to