Difference between revisions of "Wiki.pl"

From Exalted - Unofficial Wiki
Jump to: navigation, search
m (Typo)
m (Phrasing)
Line 1: Line 1:
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 are trying to hit is something like:
+
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:
  
 
  <nowiki>http://exalted.xi.co.nz/wiki/wiki.pl?ThePage/YouWant</nowiki>
 
  <nowiki>http://exalted.xi.co.nz/wiki/wiki.pl?ThePage/YouWant</nowiki>
  
Edit the URL to eliminate the <code>wiki.pl?</code> from the URL, leaving something like:
+
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>
 
  <nowiki>http://exalted.xi.co.nz/wiki/ThePage/YouWant</nowiki>

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.