infinitesunrise / carsinbikelanes

A browsable geographic database for crowdsourced traffic violation reporting
GNU General Public License v3.0
64 stars 18 forks source link

Deploy should make sure mod_rewrite is enabled in Apache #58

Open infinitesunrise opened 7 years ago

infinitesunrise commented 7 years ago

CIBL's API depends on an .htaccess file to catch and route incoming requests, which utilizes mod_rewrite to do so. Deployment page should check to make sure this is enabled and warn if it is not.