GetSimple Support Forum

Full Version: External sites 301 Redirect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
why do you want to do that and what should be the effect?

I have no idea, I do redirects normally in .htaccess files ;=)
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
Yeah its possible. Use a content filter and a regex.
(2013-02-05, 00:12:11)shawn_a Wrote: [ -> ]Yeah its possible. Use a content filter and a regex.

Thanks!