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
Last active
May 11, 2021 17:16
-
-
Save sukrosono/0b64dfb87e2e32cea9820b5678af403f to your computer and use it in GitHub Desktop.
help note youtube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alias /phpmyadmin "/usr/share/webapps/phpMyAdmin" | |
<Directory "/usr/share/webapps/phpMyAdmin"> | |
DirectoryIndex index.php | |
AllowOverride All | |
Options FollowSymlinks | |
Require all granted | |
</Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment