User talk:John Stanton: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 375: Line 375:
: I agree with you totally but I have been unable to find a solution to the problem if you have one I would love to hear about it! You can see the problem on a new test wiki I have set up at [http://www.myrailsweb.com myrailsweb.com]. Glad for any help anyone can provide. [[User:John Stanton|John]] 08:12, 15 February 2007 (PST)
: I agree with you totally but I have been unable to find a solution to the problem if you have one I would love to hear about it! You can see the problem on a new test wiki I have set up at [http://www.myrailsweb.com myrailsweb.com]. Glad for any help anyone can provide. [[User:John Stanton|John]] 08:12, 15 February 2007 (PST)
: I did put up a page for the 404 errors [[User:John Stanton|John]] 10:56, 15 February 2007 (PST)
: I did put up a page for the 404 errors [[User:John Stanton|John]] 10:56, 15 February 2007 (PST)
: I implemented an automatic redirect that converts the short URL to the long URL as a workaround, code below. [[User:John Stanton|John]] 15:25, 15 February 2007 (PST)
<pre>
<?php
$FullURL = "http://www.wikiindex.org/index.php?title=" . substr($_SERVER[SCRIPT_URL], 1);
header( 'Location: ' . $FullURL ) ;
?>
</pre>


== open id ==
== open id ==
933

edits

Navigation menu