Currently I have a root wordpress installation at www.mysite.com.
I've added a new folder /store in the root and added in a blank html. However, I can't seem to access the folder by going to www.mysite.com/store.
Any idea how I can do this?
*Update*
I realised when I'd encountered this issue there was no .htaccess file.
It seems like after I've added the .htaccess with a rewriterule to index.php, it all works.
How does wordpress exactly do it's rewrites without a .htaccess in the first place?

http://site.com/store/index.html? – Sisir Jan 30 '12 at 9:27