I tried to configure LAMP on Ubuntu 12.04 following this guide (http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support...). But when I point to localhost/phpmyadmin/index.php in the browser, it just downloads the index.php file to my downloads folder.
As mentioned in the guide, I made a info.php file and its working properly. How can I fix this error?
I have installed LAMP on ubuntu 12.10, and I want to acced PhpMyAdmin, and I don't know it's URL.
I tried to access this URL : http://localhost/phpmyadmin
But I got this problem :
Not Found
The requested URL /phpmyadmin was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80
And this the instructions I've followed to install lamp:
http://www.howtoforge.c
HowtoForge Has Now Its own Facebook Page
We at HowtoForge are proud to announce that our new Facebook page is now available under http://www.facebook.com/howtoforge. As most of you probably have a Facebook account, we want to use this additional channel to post updates and get feedback from you. Therefore we would like you to "Like" our page, share it with your friends, post comments, etc. :-)
Hey guys,
I am trying to do the basic :hello world" in PHP
When i compile the code, my browser doesn't display "hello world" it is giving me an error:
Hi,
i want create a phpfile from script.
i tried 2 ways, but both give the error, permission denied
way one:
cat > /var/www/phpinfo.php << "EOF"
<?php phpinfo(); ?>
EOF
(also if i did:)
sudo cat > /var/www/phpinfo.php << "EOF"
<?php phpinfo(); ?>
EOF
the second way:
echo '<?php phpinfo(); ?>' > /var/www/phpinfo.php
sudo echo '<?php
Hello All,
I have a Virtual Machine that I basically use for just testing stuff on. It is running SLES 11.1 and Apache2.
I was able to get Apache2 set-up and working... I was able to insert a basic index.html page (i.e. a simple "Hello World" html page)
just to check and make sure I can access it from my local machine in Firefox.
I have installed LAMP stack via the CB-Welcome script.The Apache server works and I get the "It works" page when pointing browser at localhost.I created a php test by modifying the "It works" index.html and saving it in david/htdocs ast test.html and also as test.phpThen browser to localhost/david/test.html gives....It works!This is the default web page for this server.The web
So,
I tried installing LAMP but messed up on the MySQL bit.
Here is the tutorial I used:
http://www.howtoforge.com/ubuntu_lamp_for_newbies
Here is what Step 3 says:
Step 3. This is where things may start to get tricky. Begin by typing the following into Terminal:
mysql -u root
That's exactly where it gets tricky.
I originally posted this question to the lighttpd forums but got no responses, so I'll try my luck here.