I can't see any redirects that would make it redirect to the default web address. The contents of my .htaccess are below:
RewriteEngine OnRewriteRule ^wiki/(.*)$ /w/index.php?title=$1 [PT,L,QSA]
RewriteRule ^wiki/*$ /w/index.php [L,QSA]
RewriteRule ^/*$ /w/index.php [L,QSA]