andela-egichuri/cs258-iiti-group2/master/pub/.htaccess
# Redirects every request to index.php
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
# For debugging
# Should be removed when releasing
php_value display_errors 1
Files
