Forums / Cotonti / Support / Tags and url Rewrite Problem

Pagelinking not correct

GHengeveld
#23816 2010-03-27 23:07
Yes, I know. sed_redirect is actually the same as header Location, but it allows for a fallback to <meta refresh> in case header Location is unsupported for some reason.
In the core (and plugins), all URLs should be created using sed_url(), since this allows for the automated rewriting with urltrans.dat. Absolute URLs may prevent this from working correctly with dynamic subdomains (since it prepends the base domain as set in the configuration panel, which usually contains www as subdomain).