Page 1 of 1

Newbie: how redirect phpMyAdmin

PostPosted: 19. November 2009 18:51
by carloxp
Hi all
I have two questions for you:

1- http://localhost/phpmyadmin launches my phpMyAdmin, but /phpmyadmin/ folder does not exist into /htdocs/ folder. How is solved (or resolved) this (redirection)?

2- I'm planning to test a new version of phpMyAdmin. In order to do this, I not removed old phpMyAdmin folder, but I have installed another folder called phpMyAdmin323. How can I make http://localhost/phpmyadmin call /phpMyAdmin323/ instead of /phpMyAdmin/?

Thank you very much

Re: Newbie: how redirect phpMyAdmin

PostPosted: 19. November 2009 22:46
by Izzy
Missing support info - what XAMPP version and which Windows OS?

Your questions can be answered by going to \xampp\apache\conf\extra\httpd-xampp.conf file, opening it in your text editor then looking for the Alias directive settings for phpMyAdmin.

Re: Newbie: how redirect phpMyAdmin

PostPosted: 20. November 2009 04:13
by carloxp
Izzy wrote:Missing support info - what XAMPP version and which Windows OS?

Your questions can be answered by going to \xampp\apache\conf\extra\httpd-xampp.conf file, opening it in your text editor then looking for the Alias directive settings for phpMyAdmin.


XAMPP Lite 1.7.1 / XP SP3

Thank you. Found and solved :D