Why Does My PHPMyAdmin Site Hang on IIS with a HOSTS File?

0
0
Asked By TechieDude42 On

I'm working on a Windows Server with IIS 10 and running PHP 8.4. I've set up a HOSTS file for testing before I make my DNS changes. The first two sites, mydomain1.com and mydomain2.com, are working perfectly fine. However, phpmyadmin.local just keeps spinning and doesn't load. All of them are pointing to 127.0.0.1 in the HOSTS file, so I'm not sure why phpmyadmin.local isn't working. EDIT: Just to clarify, I'm using PHP on IIS because that's what my employer prefers. You know, the one who signs my paycheck.

1 Answer

Answered By DevLifeMessy On

Man, the struggle with PHP and IIS is real. It could be a configuration issue. Make sure you’ve got the right permissions set for the phpMyAdmin directory. IIS can be finicky about that. If all else fails, sometimes just restarting IIS can clear out issues too!

NerdyGuy23 -

Yeah, sometimes it’s the simplest fixes that do the trick. Just make sure your settings are aligned!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.