Difference between revisions of "Wiki.pl"

From Exalted - Unofficial Wiki
Jump to: navigation, search
m (Testing a different redirect idea.)
m (Phrasing)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<script type="text/javascript">
+
This page has moved. Until we can get a better redirection scheme in place, you need to change the URL by hand. The URL you requested is something like:
<!--
+
 
window.location = "http://www.google.com/"
+
<nowiki>http://exalted.xi.co.nz/wiki/wiki.pl?ThePage/YouWant</nowiki>
//-->
+
 
</script>
+
This page still exists, but the URL is now different. To point your browser at the new URL, edit it to eliminate the <code>wiki.pl?</code> from the URL, leaving something like:
 +
 
 +
<nowiki>http://exalted.xi.co.nz/wiki/ThePage/YouWant</nowiki>
 +
 
 +
This should take you where you want to go.
 +
 
 +
You can also just track down your page by hand by using the links or search bar at the left.
 +
 
 +
NOTE: It would be better if someone with access to the server on which this wiki runs would add a rule to the <code>.htaccess</code> file to take care of this. Something like <code>RedirectMatch 301 wiki.pl?(.*)$ http://exalted.xi.co.nz/wiki/$1</code> would probably work.

Revision as of 20:31, 20 July 2010

This page has moved. Until we can get a better redirection scheme in place, you need to change the URL by hand. The URL you requested is something like:

http://exalted.xi.co.nz/wiki/wiki.pl?ThePage/YouWant

This page still exists, but the URL is now different. To point your browser at the new URL, edit it to eliminate the wiki.pl? from the URL, leaving something like:

http://exalted.xi.co.nz/wiki/ThePage/YouWant

This should take you where you want to go.

You can also just track down your page by hand by using the links or search bar at the left.

NOTE: It would be better if someone with access to the server on which this wiki runs would add a rule to the .htaccess file to take care of this. Something like RedirectMatch 301 wiki.pl?(.*)$ http://exalted.xi.co.nz/wiki/$1 would probably work.