On my server, the www.blah.com/admin directory is reserved for administration of the actual server. Since I have the contents of the public_html/ directory at the root of my webserver, any accesses to www.blah.com/admin/whatever.php are sent to the server administration URL, rather than GeekLog's /admin directory.
config.php allows you to change the default location of most of the directories (i.e. system, logs, backend, etc.), but I was surprised to see the you can't change the default location of the admin directory (since I wanted to change it to something other than /admin from the root, say /gl_admin). Is there some hack or quick fix (i.e. a find/replace or something) that I could use to edit lib-common to change all of these? Or is there a way that that could get added to the wishlist for GL's next release?

~g