LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   phpadmin asking openwith (https://www.linuxquestions.org/questions/linux-software-2/phpadmin-asking-openwith-540940/)

shankar1023 03-27-2007 01:15 AM

phpadmin asking openwith
 
Hi friends,

I have successfully installed phpadmin using the command "sudo apt-get install phpmyadmin"
on my ubuntu 6.06.But when I type http://localhost/phpmyadmin in mozilla browser which installed on Windows 2000 proffesional,It is asking me to save the file.I cant view it in browser.anybody can tell me which part I make mistake?

nonsense28sal 03-28-2007 03:44 PM

Not parsing PHP
 
Hi.

It sounds like Apache is not parsing PHP.

Make sure
Code:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

are not commented out in your apache config file.

Also make sure that your Directory Index includes
Code:

index.php
If you have to make changes, make sure to restart apache.

If you have other problems, please post back.


All times are GMT -5. The time now is 08:41 AM.