public
Description: WordPress plugin to turn relative URIs in posts, pages and comments into absolute ones.
Homepage: http://extralogical.net/projects/#absolutify
Clone URL: git://github.com/ionfish/absolutify.git
commit  0dfda48f42c2cdedbf5278005375d112eb5939fb
tree    490024868f33f4cedad75fe4a3abe830c1c26d4c
parent  3062d42bc4d767c776e83cf08568876d7040dace
name age message
file LICENCE Loading commit data...
file README.md
file absolutify.php
README.md

Absolutify

Absolutify is a WordPress plugin by Benedict Eastaugh which turns relative URIs in posts, pages and comments into absolute ones (see RFC 1630 for details of absolute and relative URIs).

Usage

To use Absolutify, simply install the plugin and instead of writing http://example.org/my-link/ (where example.org is the address of your WordPress site) in your posts, simply write /my-link/ (initial slash required). The plugin will then resolve that relative URI to an absolute one.

Advantages

If your content gets loaded in a context outside your site, such as a feed reader, then relative URIs won't work--only absolute ones will. Absolutify lets you use the convenient, shorter format of relative URIs, while ensuring that your links will still work in all contexts.

It can also be useful if you change the location of your site. For example, you might move from one domain to another, or move your blog from a subdirectory on your site to the domain root. Absolutify will ensure that all the links in your posts still work.