tjg184 / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

add parameters if they are missing #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

This is my redirect rule:

    <rule>
        <condition name="query-string" operator="notequal">te=STD,LRT,CCC</condition>
        <from>/registra.keb</from>
        <to type="redirect" qsappender="true">registra.keb?te=STD,LRT,CCC</to>
    </rule> 

What is the expected output? What do you see instead?

I expect to be redirected to mywebsite/registra.keb?te=STD,LRT,CCC if I browse 
mywebsite/registra.keb 

Instead I have "Firefox has detected that the server is redirecting the request 
for this address in a way that will never complete." 
or 
"This webpage has a redirect loop".

What version of the product are you using? On what operating system?

Linux - Firefox or Chrome

What am I doing wrong?

Original issue reported on code.google.com by arianna....@gmail.com on 12 Mar 2015 at 11:12