ReeStyle/Kanban-wa/master/httpdocs/public/.htaccess
#Turn on rewrite engine RewriteEngine On # exclude files based on extension # better than to exclude based on physical extistence RewriteCond %{SCRIPT_NAME} !.(js|png|jpg|gif|flv|mov|qt|swf)$ RewriteCond %{SCRIPT_NAME} !-d # Reroute everything to index.php RewriteRule (.*) index.php