what did I miss
Hi Matt
Like I thought it wasn't too bad once I broke it down step by step, except for one small problem. It doesn't work LOL
I get this error message following your directions
Table 'teraforc_ladder.demo_config' doesn't exist
Was there another step to create a table somewhere for each ladder? lddr is my default installation. modded files posted below
[quote:eef6e16f48]RewriteEngine On
RewriteRule ^lddr$ http://tournament.teraforce.net/lddr/index.php [R,QSA,L]
RewriteRule ^lddr/$ index.php?eel=lddr [QSA,L]
RewriteRule ^lddr/(.*)$ $1?eel=lddr [QSA,L]
RewriteRule ^demo$ http://tournament.teraforce.net/demo/index.php [R,QSA,L]
RewriteRule ^demo/$ index.php?eel=demo [QSA,L]
RewriteRule ^demo/(.*)$ $1?eel=demo [QSA,L]
RewriteRule ^lms$ http://tournament.teraforce.net/lms/index.php [R,QSA,L]
RewriteRule ^lms/$ index.php?eel=lms [QSA,L]
RewriteRule ^lms/(.*)$ $1?eel=lms [QSA,L][/quote:eef6e16f48]
[quote:eef6e16f48]$type="multi"; //Set this as "single" for a single ladder installation and "multi" for multiple ladders
// NB: A multi ladder installation ONLY works if you use mode_rewrite (see the installation instructions)
$root="http://tournament.teraforce.net/ladder/"; //This is the base path to your installation and MUST include a trailing slash /
$default = "lddr"; // This is your ladder prefix for a single installation and default prefix for a multiple ladder installation[/quote:eef6e16f48]
No worries - feel free to post anything related to a tutorial in that thread. Sorry - I forgot to mention about setting up the new tables :oops: I have added a para to the tutorial. You basically need to run the installer script again! :?

sorry i did mean to post this in the tutorial thread