> -----Original Message----- > From: Skip Evans [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 09, 2003 8:51 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Help running phpMyAdmin with php 4 > > I just installed phpMyAdmin on my FreeBSD box running Apache > and PHP 4.2.3. > When I load the page I get a page not found error, or when I > load the page > index.php3 directly using the whole URL the code displays but does not > process. > > I imagine this is an issue running php3 with php4 installed in Apache? > > Any help you could offer would be greatly appreciated. Can you email > directly at [EMAIL PROTECTED] ?
Change the httpd.conf file, and add a line like: AddType application/x-httpd-php .php .php3 Or get the version of phpMyAdmin using .php extensions -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php