PHPMYADMIN not found (homebrew, bigsur, m1)
i'm quite new in mac, and trying to install phpmyadmin in it
i've edited my httpd.conf as instructed
Alias /phpmyadmin /opt/homebrew/share/phpmyadmin
<Directory /opt/homebrew/share/phpmyadmin/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>
and comment #Alias /phpmyadmin /opt/homebrew/share/phpmyadmin, caused if not commented apachetl configtest will error.
I've enabled my php lib module ini httpd.conf and tested with localhost/info.php, everything just work fine.
What should i do so my phpmyadmin accessible ?
Thanks in advance
MacBook Pro 13″, macOS 11.4