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 Centos 5.x, Apache 2.2, PHP 5.3 and MySQL 5.5. I also installed phpMyAdmin. I am able to access phpMyAdmin through the browser without any issues. However, when I create a simple index.php with phpinfo() function in the default directory, that page is served without php parsing.
As we all know, phpMyAdmin is a php application.
i have installed mysql service and phpmyadmin also LAMP i tested the pages and it looks as if the server is setup but when i try to access phpmyadmin i cant access it i get error that says page not found error 401
Just installed phpmyadmin on a fresh install of 12.04 server. However when I tried to go to the web interface I just got a 404 error.
After a bit of ferreting around I realised that the .conf file (/etc/phpmyadmin/apache.conf) had not been copied to /etc/apache2/conf.d/phpmyadmin.conf.
Im seeing this error while trying to open phpmyadmin (http://127.0.0.1/phpmyadmin) :
`New XAMPP security concept:
Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
If you think this is a server error, please contact the webmaster.
Error 403
xser.com
Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7`
Where
i am new to linux and i am using ubuntu(11.01) and through google i installed php5.3, mysql apache2 and phpmyadmin each were working smooth, but i needed php4.4.9
i google and download the php4.4.9 and with following steps : http://www.websoftix.com/Blog/How-To-run-php4-in-paralel-with-php5-on-Ub...
and now php4 is working but when i am going to start phpmyadmin i got message :
PHP 5.
Hope you can help. This is my first time trying Ubuntu/Linux.
I am logged in as root
I have downloaded and installed LAMP and PHPMYADMIN.
I get the test page under localhost say that It works and is installed Correctly.
I have also put my files in the /var/www.
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
So i have apache2, php5, mysql, phpmyadmin running on my home PC for my personal php projects and web development projects but I am running into a weird issue with access to the directories (in the Browser, NOT the filesystem)
Code:
<img src="/images/another/image.jpg" />
will not show an image even though the image exists.