Ticket #363 (closed defect: invalid)

Opened 8 years ago

Last modified 8 years ago

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.

Change History

Changed 8 years ago by wreimer@…

Have you experimented with config.baseURL? I'm not sure of all the changes in Xinha, but in HTMLArea 3 I think if you set the base URL of the iframe document to your site's base url, it might take care of the problem... Also, stripBaseUrl() should be removing it in order to preserve relative links...

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to invalid

-> Forum

Essentially dup of a "bug" to look at the url replacing stuff.

Note: See TracTickets for help on using tickets.