Now, create an .htaccess
file in the web root.
Add this line at the top of the new file to activate the rewrite engine.
RewriteEngine on
Save the file and exit.
$ pangolin --update
pangolin updated to v3.1.16
pangoLEARN updated to 2021-11-04
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === '906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd292b8a03482574915d1a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" php composer-setup.php php -r "unlink('composer-setup.php');"