Panduan ini adalah lanjutan dari artikel sebelumnya yaitu Install LAMP di Ubuntu 20.04.
Untuk mengaktifkan URL rewrite, maka anda perlu gunakan command ini di SSH. Pastikan anda run command tersebut sebagai root atau sudo user.
# a2enmod rewrite
Enabling module rewrite.
To activate the new configuration, you need to run:
systemctl restart apache2
Kemudian restart Apache untuk apply module rewrite tersebut.
# systemctl restart apache2