Forum Moderators: coopster
I have Apache 2.0.54, php 4.4.0, mysql 4.1.14 running on a Win XP Home machine..
Like I said, I've never installed phpMyAdmin before and I've looked at the documentation and I can kinda make out what it says, but I'd rather try to find a very thorough installation guide.
Anyone know of something like that?
Alias /phpmyadmin "c:/phpmyadmin"
<Directory "c:/phpmyadmin">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from 127.0.0.1
deny from all
</Directory>
then type 127.0.0.1/phpmyadmin in your browser address bar