Date: 02/10/03
- Next message: Juan Ant. Martínez: "[PHP-INST] Problems with mail()"
- Previous message: Mitch Pirtle: "Re: [PHP-INST] Re: unique install, having problem"
- Maybe in reply to: Skip Evans: "[PHP-INST] Help running phpMyAdmin with php 4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> -----Original Message-----
> From: Skip Evans [mailto:evans <email protected>]
> Sent: Sunday, February 09, 2003 8:51 PM
> To: php-install <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 evans <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
- Next message: Juan Ant. Martínez: "[PHP-INST] Problems with mail()"
- Previous message: Mitch Pirtle: "Re: [PHP-INST] Re: unique install, having problem"
- Maybe in reply to: Skip Evans: "[PHP-INST] Help running phpMyAdmin with php 4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

