External sites 301 Redirect - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: External sites 301 Redirect (/showthread.php?tid=4253) |
External sites 301 Redirect - artmaxi - 2013-02-04 Hi all! Is it possible to parse all external urls, e.g. http://google.com/ and convert them to /go/?to=http://google.com/ automatically? RE: External sites 301 Redirect - Connie - 2013-02-04 why do you want to do that and what should be the effect? I have no idea, I do redirects normally in .htaccess files ;=) RE: External sites 301 Redirect - artmaxi - 2013-02-04 I want to redirect all external links in any way, by php script or by .htaccess, but firstly they should have a look like internal links, like http://mysite/go/http://google.com RE: External sites 301 Redirect - shawn_a - 2013-02-05 Yeah its possible. Use a content filter and a regex. RE: External sites 301 Redirect - artmaxi - 2013-02-06 (2013-02-05, 00:12:11)shawn_a Wrote: Yeah its possible. Use a content filter and a regex. Thanks! |