Lucas, I think you're last two rules are missing a / before the pattern. And also take out [PT] it's not appropriate in this case.
RewriteRule ^/([^/]+)/([^/]+)$ /index.php?test=1&page=$1§ion=$2
RewriteRule ^/([^/]+)$ /index.php?test=1&page=$1 [L]
Tom
Ceilingfish
2010-03-09 14:58:08