Forums / Cotonti / Support / Tags and url Rewrite Problem

Pagelinking not correct

donP
#23784 2010-03-26 18:48
UrlRewriting requires hack in many core files indeed... for example, I had to replace
header("Location: " . SED_ABSOLUTE_URL . $r_url);
with
header("Location: " . $r_url);
in page.add.inc.php
and oher similiar lines in page.edit.inc.php 'cause using rewriting like me (to create fake third level domains with main category code of page structure) is incompatible with SED_ABSOLUTE_URL...

In those locations we must consider to force the core to control if the actual rewritten url (by sed_url() + functions.custom) it's a compatible-old one or it already contains http:// or a third level domain format...
in [color=#729FCF][b]BLUES[/b][/color] I trust