Change directory phpmyadmin xampp 1.7.7 [Solved]

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Change directory phpmyadmin xampp 1.7.7 [Solved]

Postby siensz » 27. January 2012 05:41

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
Last edited by siensz on 27. January 2012 06:22, edited 2 times in total.
siensz
 
Posts: 6
Joined: 27. January 2012 05:34
Operating System: Windows PRO XP SP2

Re: [Help] Change directory phpmyadmin

Postby Sharley » 27. January 2012 05:57

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. :)
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: [Help] Change directory phpmyadmin xampp 1.7.7

Postby siensz » 27. January 2012 06:03

Sory, i'm first in here.

do you know?
siensz
 
Posts: 6
Joined: 27. January 2012 05:34
Operating System: Windows PRO XP SP2

Re: [Help] Change directory phpmyadmin xampp 1.7.7

Postby Sharley » 27. January 2012 06:07

Sorry but I am asking you as a moderator of this forum to fix your profile please which means I am first in here. :)
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: [Help] Change directory phpmyadmin xampp 1.7.7

Postby siensz » 27. January 2012 06:13

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
siensz
 
Posts: 6
Joined: 27. January 2012 05:34
Operating System: Windows PRO XP SP2

Re: [Help] Change directory phpmyadmin xampp 1.7.7

Postby hackattack142 » 27. January 2012 06:17

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>
XAMPP Control Panel Developer
Latest CP: viewtopic.php?f=16&t=48932
hackattack142
 
Posts: 701
Joined: 20. May 2011 23:29
Operating System: Windows 7 Ultimate SP1 64-Bit

Re: [Help] Change directory phpmyadmin xampp 1.7.7

Postby siensz » 27. January 2012 06:21

Thank you so much. quick reply. straight. hehe
siensz
 
Posts: 6
Joined: 27. January 2012 05:34
Operating System: Windows PRO XP SP2


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 100 guests