Hello everybody,
I recently got a book about php, so I thought I should learn it.
So i thought I should install apache and php. So I turned the graphical package manager (aptitude)
and I found "LAMP server" and I installed it. Well at least I thought so. i wrote a small php script to see if I have installed it correctly.
Unfortunately I don't see what I should see. When I'm opening http://localhost/php/phpinfo.php
I get a dialog to save it. So I figure i didn't install it correctly. I tried reinstalling, but that didn't help.
So I figured I need to add some lines into "/etc/apache2/apache2.conf" file.
But I don't know what to add
Please help me
I recently got a book about php, so I thought I should learn it.
So i thought I should install apache and php. So I turned the graphical package manager (aptitude)
and I found "LAMP server" and I installed it. Well at least I thought so. i wrote a small php script to see if I have installed it correctly.
Code:
<html> <head> <title>PHP Info</title> <meta content=""> <style></style> </head> <body> <?php phpinfo(); ?> </body> </html>
I get a dialog to save it. So I figure i didn't install it correctly. I tried reinstalling, but that didn't help.
So I figured I need to add some lines into "/etc/apache2/apache2.conf" file.
But I don't know what to add
Please help me
Comment