Welcome Guest, Not a member yet? Register   Sign In
CSS path after IIS url rewrite
#8

[eluser]danmontgomery[/eluser]
Might the problem be that you don't have an action for the first rule? Something like:

Code:
<rule name="codeigniterRuleOne">
    <match url="(index.php|robots.txt|images|test.php|assets)" />
    <action type="none"/>
</rule>

(again, not real familiar with IIS, syntax may be wrong)


Messages In This Thread
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 11:31 AM
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 11:39 AM
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 12:05 PM
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 12:08 PM
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 12:09 PM
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 12:58 PM
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 01:14 PM
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 01:52 PM
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 02:09 PM
CSS path after IIS url rewrite - by El Forum - 04-15-2010, 02:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB