My website has been slowed down a little last couple of days. I\'ve looked into my error log and found lots of these:
[Mon Sep 30 00:09:53 2013] [error] [c
You can also use the END flag, instead of the L flag:
RewriteRule ^(.*)$ index.php?/$1 [END]
Using the [END] flag terminates not only the current round of rewrite processing (like [L]) but also prevents any subsequent rewrite processing from occurring in per-directory (htaccess) context.
This does not apply to new requests resulting from external redirects.