Forum Discussion

Misty_Spillers's avatar
Misty_Spillers
Icon for Nimbostratus rankNimbostratus
Sep 20, 2016

Rebranding website redirect question

I have to do a redirect where i thought simply this would work: if { [string tolower [HTTP::uri]] starts_with "/" } { HTTP::redirect "http://www.newsite.com/[HTTP::uri]" } else { Nothing ...