BitCoding/BitCore-PHP/Breadcrumb/Examples/quickstart/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{QUERY_STRING} ??(.*)
RewriteRule ^([^/]*)(.*)$ index.php$2?%1 [L]
</IfModule>
Files
