Add [L] to rewrite rule. Props cavemonkey50. fixes #2222

git-svn-id: https://develop.svn.wordpress.org/trunk@3401 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-05 03:47:38 +00:00
parent a984308f14
commit d702816be5
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ class WP_Rewrite {
} else {
$rules .= "RewriteCond %{REQUEST_FILENAME} !-f\n" .
"RewriteCond %{REQUEST_FILENAME} !-d\n" .
"RewriteRule . {$home_root}{$this->index}\n";
"RewriteRule . {$home_root}{$this->index} [L]\n";
}
$rules .= "</IfModule>\n";