rohsyl/omega-l

Home page working but 404 on other pages

huserg opened this issue · 3 comments

Means that apache2 hasn't mod_rewrite enabled

a2enmod rewrite

Restart apache2 and it should work

Could be an improvment to check if the mod_rewrite is enabled and then, if not, display an error message.

What do you think ?

Yes great idea

We could create a artisan command like this :
php artisan omega:requirement --check