Relative Moodle Links

Relative Moodle Links

by Howard Miller -
Number of replies: 1
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
When putting in a link from one part of a moodle site to another, it is easy enough to do by copying the address line of the target page.

However, this address will be absolute, which is fine until you have to move the site to another server or similar.

Is there anyway to construct these links such that they are all relative to the site?
Average of ratings: -
In reply to Howard Miller

Re: Relative Moodle Links

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Just use everything after the DNS name:

  <a href="/mod/forum/discuss.php?d=1131">link</a>

You just have to be sure that

http://oldsite.com/    -->  http://newsite.com/

or

http://oldsite.com/moodle    -->  http://newsite.com/moodle

but not:

http://oldsite.com/moodle    -->  http://newsite.com/mycourses