on the default installation, if you install it into a subdirectory, the main site will work fine, but the admin area will be barren, as the file paths are only directed the base url, not the full url including folders.
to illustrate the problem, inspect the jquery definitions:
main page: <script src="http://XXXXXXXX.net/m/js/jquery.js" type="text/javascript"></script>