0
I have a VPS with Ubuntu 16.04 but I’m not able to make it work mod_rewrite. By exhuming the command sudo a2enmod rewrite, I receive the following reply:
"Module rewrite already enabled"
But when I do phpinfo(), no "Configuration -> apache2handler -> Loaded modules session".
Man 000-default.conf is like this:
<Directory "/var/www/">
   Options Indexes FollowSymLinks
   AllowOverride All
   Require all granted
</Directory>
In Windows the session "Configuration -> apache2handler -> Loaded modules" appears normally.
See if this helps? http://www.iasptk.com/enable-apache-mod_rewrite-ubuntu-14-04-lts/
– Gilmar Alonso
All these steps have been done before, yet I did it again and still not showing the "Loaded Modules" (Loaded Modules)
– Kleber Oliveira