Ticket #363 (closed defect: invalid)
Absolute and Relative links
| Reported by: | gjajj | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi I am having trouble with Absolute and Relative links.
The editor is setup in a different domain (eg. http://editor.com) from the actual site (http://mysite.com).
The problem occurs because the current pages are being pulled from an MySQL database which have all been entered using relative URL's (/en) instead of (http://mysite.com/en).
The problem is everytime I open a page in (http://editor.com) it replaces the relative URL (/en) with (http://editor.com/en) which does not exist.
A larger problem exists cause some of the pages entered are using absolute as well pointing to another domain!.
I just want for it to stop chaning the URL's altogether and leave them the way they are or at the least leave the relative URL's alone and stop converting them to absolute.
