Skip to content

Commit

Permalink
Fixing typo with braces in the rewrite section.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbaldauf committed Apr 12, 2014
1 parent 8f0da04 commit 00fb3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ Multiple rewrites and conditions are also possible
rewrite_cond => ['%{HTTP_USER_AGENT} ^MSIE'],
rewrite_rule => ['^index\.html$ /index.IE.html [L]'],
},
}
{
rewrite_base => /apps/,
rewrite_rule => ['^index\.cgi$ index.php', '^index\.html$ index.php', '^index\.asp$ index.html'],
},
Expand Down

0 comments on commit 00fb3fa

Please sign in to comment.