Difference between revisions of "Wiki.pl"

From Exalted - Unofficial Wiki
Jump to: navigation, search
m (Better advice for when old links lead to this site)
m (Typo)
Line 3: Line 3:
 
  <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:
+
Edit the URL 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:29, 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 are trying to hit is something like:

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

Edit the URL 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.