Q: How to enable Apache mod_rewrite on Ubuntu 16.04?

mod_rewrite Apache Ubuntu

Answer:

You can enable mod_rewrite module by running the command:

# sudo a2enmod rewrite 

Now restart apache to apply changes:

# sudo service apache2 restart 

    No comments found for this tutorial, be the first to leave a comment!

Answered by
Double

Last updated on
Aug 04, 2016

Share