How to enable htaccess for Apache on Ubuntu
Setup mod_rewrite for Apache on Ubuntu. A short step by step guide to get started.
This is a step by step by guide to get your modrewrite working for apache on ubuntu. 1) Enable mod_rewrite sudo a2enmod rewrite Restart Apache sudo systemctl restart apache2 2)