Page 1 of 1

Change directory phpmyadmin xampp 1.7.7 [Solved]

PostPosted: 27. January 2012 05:41
by siensz
Hello

Do you know to change directory 127.0.0.1/phpmyadmin to other? like 127.0.0.1/friend?

I have edited on http-xampp.conf. line alias /phpmyadmin "c:\xampp\phpMyAdmin". to /friend "c:\xampp\phpMyAdmin". but can't access it after. i'm already restart xampp.

thx

Re: [Help] Change directory phpmyadmin

PostPosted: 27. January 2012 05:57
by Sharley
Could you please edit your profile and add the correct Windows version please as it is important for correct support.
viewtopic.php?f=16&t=48626
Thanks. :)

Re: [Help] Change directory phpmyadmin xampp 1.7.7

PostPosted: 27. January 2012 06:03
by siensz
Sory, i'm first in here.

do you know?

Re: [Help] Change directory phpmyadmin xampp 1.7.7

PostPosted: 27. January 2012 06:07
by Sharley
Sorry but I am asking you as a moderator of this forum to fix your profile please which means I am first in here. :)

Re: [Help] Change directory phpmyadmin xampp 1.7.7

PostPosted: 27. January 2012 06:13
by siensz
Ow sory, I'm not get sense ago :D

do you know? I'm running on windows pro sp 2 with xampp 1.7.7

Re: [Help] Change directory phpmyadmin xampp 1.7.7

PostPosted: 27. January 2012 06:17
by hackattack142
if you change the name of that alias, you also need to modify the bottom of the httpd-xampp.conf file like so:

Original
Code: Select all
# Close XAMPP sites here
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>

to
Code: Select all
# Close XAMPP sites here
<LocationMatch "^/(?i:(?:xampp|licenses|friend|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>

Re: [Help] Change directory phpmyadmin xampp 1.7.7

PostPosted: 27. January 2012 06:21
by siensz
Thank you so much. quick reply. straight. hehe