Page 1 of 1

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

Posted: 03 Apr 2025, 03:59
by Anonymous
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>