1 2 3 4 5 6 |
Open /etc/apache2/sites-available/000-default.conf and at the end on the file <strong>BEFORE</strong> "</VirtualHost>" add this <Directory /var/www/html/> AllowOverride All </Directory> sudo a2enmod rewrite sudo service apache2 restart |