Jump to content

Php & phpmyadmin trouble


Recommended Posts

hey guys really need some help i currently have installed:

apache 2.0.55
php 5.1.2 (manual install)
mysql 5.0.20
phpmyadmin 2.7.0

upto the point of installing phpmyadmin everthing seemed to be working fine!
I could view any .php files, via [a href=\"http://localhost\" target=\"_blank\"]http://localhost[/a] but since installing phpmyadmin i cannot view any .php files
phpmyadmin works fine

any ideas please thanx!?!
Link to comment
https://forums.phpfreaks.com/topic/7354-php-phpmyadmin-trouble/
Share on other sites

It is likely that you have not put your files in the correct folder. There is a file named
httpd.conf that tells apache where to look for the files. It is likely under the php folder and likely named www

in my file it reads

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "C:/phpdev/www/"


I am just starting myself and getting off the ground seems to take forever. I had IIS running and it completely disallowed running the php files until I shut it down.
Link to comment
https://forums.phpfreaks.com/topic/7354-php-phpmyadmin-trouble/#findComment-27689
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.