Ich erhalte einen 404 -Fehler beim Surfen nach Localhost/PhpMyadmin auf MacOS

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Ich erhalte einen 404 -Fehler beim Surfen nach Localhost/PhpMyadmin auf MacOS

by Anonymous » 03 Apr 2025, 03:59

Ich habe PhpMyAdmin und PHP installiert, kann aber nicht den Anmeldebildschirm erstellen, wenn ich zu Localhost/PhpMyAdmin gehe. Ich erhalte einen 404 -Fehler. 5.2.2
PHP - 8.4.5
Apache - 2.4.62
I did this per the installation instructions for phpMyAdmin:


To enable phpMyAdmin in Apache, add the following to httpd.conf and
restart Apache:
Alias /phpmyadmin /usr/local/share/phpmyadmin

Options Indexes FollowSymLinks MultiViews
AllowOverride All

Require all granted


Order allow,deny
Allow from all

< /code>
< /div>
< /div>
< /p>
Ich habe dies auch bei der Installation von PHP pro Installation getan: < /p>

Top