Main Page: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
Cozzie (talk | contribs)
m added "redirect http://openkore.sourceforge.net/manual/ to this wiki" to todo section
alias_heal isn't a distinct option, see alias
Line 79: Line 79:
* Where is [[XKore Guide]]?
* Where is [[XKore Guide]]?
* commands discussion: [[Category_talk:Console_Command]]
* commands discussion: [[Category_talk:Console_Command]]
* Config.txt options: [[loginPinCode]], [[repairAuto_list]], [[alias_heal]].
* Config.txt options: [[loginPinCode]], [[repairAuto_list]].
* config.txt general block option: [[label]]
* config.txt general block option: [[label]]
* redirect http://openkore.sourceforge.net/manual/ to this wiki
* redirect http://openkore.sourceforge.net/manual/ to this wiki

Revision as of 21:08, 6 July 2010


Community

IRC chat

Manual

Links

SVN repository

Bugtracker

About OpenKore

Guides

Advanced

References

control

plugins

Want to improve something here, leave (useful) notes or ask for further elaboration of something? You're welcome. Look for edit and discussion links at top of any page.

Current Wiki TODO's

In the LocalSettings.php file add the following code:
$wgScriptPath       = "/wiki";
$wgScript           = "$wgScriptPath/index.php";
$wgRedirectScript   = "$wgScriptPath/redirect.php";
$wgArticlePath      = "$wgScriptPath/$1";

In the root directory of the site create a file whose name ends. htaccess with the following contents:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /wiki/index.php?title=$1 [L,QSA]
example http://ragbot.ru/wiki/config

Deletion list

-