rohsyl / omega-l

Omega-L is a CMS based on Laravel 5.7.
GNU General Public License v3.0
12 stars 0 forks source link

Home page working but 404 on other pages #52

Open huserg opened 5 years ago

huserg commented 5 years ago

Means that apache2 hasn't mod_rewrite enabled

a2enmod rewrite

Restart apache2 and it should work

rohsyl commented 5 years ago

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

What do you think ?

huserg commented 5 years ago

Yes great idea

rohsyl commented 5 years ago

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