Skip to content

Commit

Permalink
Merge pull request #65 from cshapiro/patch-1
Browse files Browse the repository at this point in the history
Update web.config
  • Loading branch information
rip747 committed Aug 24, 2012
2 parents f33d49d + 19367e4 commit 01c32d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<rule name="ColdFusion on Wheels URL Rewriting" enabled="false">
<match url="^(.*)$" ignoreCase="true" />
<conditions logicalGrouping="MatchAll">
<add input="{SCRIPT_NAME}" negate="true" pattern="^/(flex2gateway|jrunscripts|cfide|cfformgateway|railo-context|files|images|javascripts|miscellaneous|stylesheets|robots.txt|sitemap.xml|plugins|rewrite.cfm)($|/.*$)" />
<add input="{SCRIPT_NAME}" negate="true" pattern="^/(flex2gateway|jrunscripts|cfide|cfformgateway|railo-context|files|images|javascripts|miscellaneous|stylesheets|public|robots.txt|sitemap.xml|plugins|rewrite.cfm)($|/.*$)" />
</conditions>
<action type="Rewrite" url="/rewrite.cfm/{R:1}" />
</rule>
Expand Down

0 comments on commit 01c32d5

Please sign in to comment.