andela-egichuri/cs258-iiti-group2/master/pub/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache