Welcome Guest, Not a member yet? Register   Sign In
Anyone familiar with IIS Rewrite?
#5

[eluser]dallen33[/eluser]
No problem, anything helps!

At this point, I'm trying to get .php files to load if the extension isn't typed in. But it's causing me issues because of this rule:

Code:
<rule name="ci_rule_02">
                    <match url="(.*)" />
                    <action type="Rewrite" url="index.php/{r:0}" appendQueryString="false" />
                </rule>


Messages In This Thread
Anyone familiar with IIS Rewrite? - by El Forum - 08-09-2010, 04:41 PM
Anyone familiar with IIS Rewrite? - by El Forum - 08-09-2010, 08:35 PM
Anyone familiar with IIS Rewrite? - by El Forum - 08-09-2010, 08:57 PM
Anyone familiar with IIS Rewrite? - by El Forum - 08-09-2010, 09:22 PM
Anyone familiar with IIS Rewrite? - by El Forum - 08-09-2010, 09:29 PM
Anyone familiar with IIS Rewrite? - by El Forum - 08-10-2010, 01:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB