Форуми / Cotonti / Support / SED_ABSOLUTE_URL

Question about mod_rewrite problems

donP
#23993 07.04.2010 16:57
Referring to this discussion,
I think we have to review the code 'cause a complex url rewriting like mine (creating third level subdomains form main category of pages and folders/subfolders from subcategories) enters in conflict with the numerous internal core redirectings ( header('Location:'... ) using SED_ABSOLUTE_URL...
Personally I had to change
define('SED_ABSOLUTE_URL', $sys['abs_url']);
with
define('SED_ABSOLUTE_URL', "");
in system/common.php

otherwise I was always with such a http://subdomain.sangelo.net/subfolder/http://www.sangelo.net/page.php?id=id...
in [color=#729FCF][b]BLUES[/b][/color] I trust