Nambah projek baru harus menambahkan di config apache
sudo nano /etc/apache2/sites-available/000-default.conf Alias /folder/file/ "/var/www/html/folder/file/" <Directory "//var/www/html/folder/file/"> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> sudo systemctl restart apache2 mysql -u root -p s3demo_billing < s3demo_billing-local.sql Ubah Password config mysql -u root Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 10.11.13-MariaDB-0ubuntu0.24.04.1 […]


