Hello, guys
I got a problem in letting Mozilla explaining a web page with php extension.
After unziping the tar file, I put the phpwiki in the web server directory. But when I loaded index.php by mozilla, the plain text is displayed in the brower instead of parsing it by php engine.
I set up the extension in the "Helper Applications" of mozilla configuration panel as
MIME Type: text/php
Extension:php
Open it with: /usr/bin/php
But it didn't work.
My system configuration is:
Redhat 2.6.9-11
phpwiki-1.2.10
php: 4.3.9
Mozilla: 1.7.10
I could not find an answer from the forum. Could anybody give me some hints in how to do that?
Thanks
Chinyi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, guys
I got a problem in letting Mozilla explaining a web page with php extension.
After unziping the tar file, I put the phpwiki in the web server directory. But when I loaded index.php by mozilla, the plain text is displayed in the brower instead of parsing it by php engine.
I set up the extension in the "Helper Applications" of mozilla configuration panel as
MIME Type: text/php
Extension:php
Open it with: /usr/bin/php
But it didn't work.
My system configuration is:
Redhat 2.6.9-11
phpwiki-1.2.10
php: 4.3.9
Mozilla: 1.7.10
I could not find an answer from the forum. Could anybody give me some hints in how to do that?
Thanks
Chinyi
Your webserver must support php, not your client.
Get a webserver with enabled php and continue.