> Make sure your apache2 has the rewrite.load module loading...
I'm pretty sure the rewrite module is loading properly. For
example, if I change the line:
RewriteRule ^(.*)$ mythweb.php [QSA,L]
to
RewriteRule ^(.*)$ ../phpMyAdmin/ [R,L]
I get redirected to phpMyAdmin properly.