Skip to content

Commit

Permalink
Removed L flag because the PT flag implies it.
Browse files Browse the repository at this point in the history
“The PT flag implies the L flag: rewriting will be stopped in order to pass the request to the next phase of processing.”
See: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule
  • Loading branch information
Geert De Deckere committed Jun 16, 2009
1 parent 604eeac commit 1b8d22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.htaccess
Expand Up @@ -18,4 +18,4 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php/$0 [PT,L]
RewriteRule .* index.php/$0 [PT]

0 comments on commit 1b8d22f

Please sign in to comment.