Entries Tagged 'Apache' ↓

Solution to enable apache mod_rewrite under Ubuntu

If mod rewrite is not working in your apache server under Ubuntu:

Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration

You have to run the following command in a terminal:

sudo a2enmod rewrite

:)