Closed (duplicate)
Project:
Go - url redirects
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 Mar 2008 at 09:45 UTC
Updated:
18 Aug 2009 at 21:09 UTC
Patch:
gotwo_in_any_place_1.patch
Redirecting whithout check link in the Gotwo links base (www.site1.com/go/site2.com -> http://site2.com)
| Comment | File | Size | Author |
|---|---|---|---|
| gotwo_in_any_place_1.zip | 5.73 KB | Dimm |
Comments
Comment #1
BioALIEN commentedHi Dimm, can you elaborate further on your patch before I go ahead and review it?
An overview of the problem and how your patch resolves this. What action did you take? Any limitations to your method?
Thanks,
Dee
Comment #2
Slimer commentedWow thanks man. This is really MUST HAVE feature (so please put this in release!)
BUT it does not redirects url with params.
Ex. /go/mysite.com/post.php?id=1
redirects to mysite.com/post.php
---------------
fixed problem above by changing line 134 from:
$res->dst = 'http://' . $src;to:
maybe it's a little brute force, but it works :)
Comment #3
hass commentedThere is no feedback for over one and a half year and I also do not understand the patch very well.
@Slimer: Your request sounds like a duplicate of #361215: Support for querystring and fragment in goto URL.