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
name age message
file LICENCE Tue Oct 27 06:45:49 -0700 2009 Absolutify is GPL-licensed. [ionfish]
file README.md Tue Oct 27 06:59:43 -0700 2009 Add a README with some usage instructions and a... [ionfish]
file absolutify.php Tue Oct 27 06:45:49 -0700 2009 Absolutify is GPL-licensed. [ionfish]
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.