Gitoffthelawn

Results 713 comments of Gitoffthelawn

That's just to prevent infinite loops, right? I must not be seeing something very obvious as to why this isn't working.

I think I *may have* figured it out. What a puzzle! Creating a rule that acts upon the output of another rule doesn't work reliably because of the code that...

@einaregilsson @gkrishnaks Can you please add these simple regex rules: **Rule A (regex):** Redirect: ^http(s)?://(.+)\.iambroken To: https://github.com/einaregilsson/Redirector **Rule B (regex):** Redirect: ^http(s)?://(.+)\.fixme To: http$1://$2.iambroken/ and then try this link: http://einar.fixme/...

@einaregilsson @gkrishnaks Do you have any time to look at the above?

Thanks Einar. I'm tempted to see how things work with that code removed... it sure would be useful to be able to be able to chain redirects (have the resultant...

Interesting idea. In the case you mentioned, which error code is the server providing?

Thanks for the example. I see what you're doing now. I like the idea. I'm thinking the response when a 404 is encountered would require some flexibility. In some cases,...

@maximedrouhin Yes, sounds good. I will hopefully get to it very soon. I need to take a look at a few branching techniques on GitHub. Are you an expert in...

@maximedrouhin Thank you for your helpful note Maxime. I just received it, due to more than expected going on here. I'm hoping to block out 2-3 hours of my time...

@maximedrouhin Thank you for the kind offer Maxime. I've made a note to contact you if I run into any snags or have any questions. Thanks again.