Index of /utilities/cgi/redirector

      Name                    Last modified      Size  Description
Parent Directory - redirector 2006-08-28 16:31 4.3K The redirector redirector.pl 2006-08-28 16:31 4.3K The redirector - source code
This script will immediately redirect the user to the given URI. It
can thus be used to give people URIs that aren't normally allowed by
comment systems. For example, if a comment system doesn't allow links
to data: URIs, you can create a link to:

   http://software.hixie.ch/utilities/cgi/redirector/redirector/data:,Example

...which will immediately do a 302 permanent redirect to:

   data:,Example

If you load the script with no argument it'll show you a convenient
form to create such URIs.

Feel free to e-mail me if you have any questions:
Ian Hickson <ian@hixie.ch>