4ZP6Capstone2015/ampersand/master/static/zwolle/extensions/ExcelImport/api/.htaccess
DirectoryIndex index.php <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^$ index.php [QSA,NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?request=$1 [QSA,NC,L] </IfModule> <IfModule mod_php5.c> php_flag display_errors On </IfModule>