Skip to content

Instantly share code, notes, and snippets.

@sukrosono
Last active May 11, 2021 17:16
Show Gist options
  • Save sukrosono/0b64dfb87e2e32cea9820b5678af403f to your computer and use it in GitHub Desktop.
Save sukrosono/0b64dfb87e2e32cea9820b5678af403f to your computer and use it in GitHub Desktop.
help note youtube
Alias /phpmyadmin "/usr/share/webapps/phpMyAdmin"
<Directory "/usr/share/webapps/phpMyAdmin">
DirectoryIndex index.php
AllowOverride All
Options FollowSymlinks
Require all granted
</Directory>

the php.ini we want to changed is located on /etc/php74/php.ini because I already install php 8.0 , so my /etc/php/php.ini is the config used by php 8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment