Can't access phpmyadmin

Problems with the Mac OS X version of XAMPP, questions, comments, and anything related.

Can't access phpmyadmin

Postby sheferd » 21. February 2014 00:59

No rhyme or reason...
I'm getting:
Access forbidden!
New XAMPP security concept:
Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".


I am on "the local network"

EVERY google search gives me the usual (which is not working):
Code: Select all
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
   <RequireAny>
    Require ip ::1 127.0.0.0/8 \
      fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
      fe80::/10 169.254.0.0/16
   </RequireAny>
   ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

or
Code: Select all
<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
    Order allow,deny
    Allow from all
    Require all granted
</Directory>

Rince, repeat, stop, restart, refresh
etc... *beyond frustrated*
and all of the links take me to the Linux forums tell me to be in :
Code: Select all
/opt/lampp/

I do not have an opt directory.
I have found the:
Code: Select all
etc/extra/httpd-xampp.conf

but nothing is working.
It was working yesterday and it isnt today.
What have I changed?
I have no idea :!: :?:

Does anyone know of a solution that works on MAC OSX, pleeeeeeease

Thanks :)
sheferd
 
Posts: 4
Joined: 14. February 2014 20:40
Operating System: OSX 10.9

Re: Can't access phpmyadmin

Postby sheferd » 21. February 2014 12:44

Just to update, I found I can access phpmyadmin by adding index.php to the URL
Code: Select all
http://localhost/phpmyadmin/index.php   <- Works

Code: Select all
http://localhost/phpmyadmin/   <- Doesn't works
sheferd
 
Posts: 4
Joined: 14. February 2014 20:40
Operating System: OSX 10.9

Re: Can't access phpmyadmin

Postby Altrea » 21. February 2014 13:55

Undo the change you have done here
viewtopic.php?f=29&t=68069
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64


Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 19 guests