.htaccess solution ?
*note, my examples aren't referenced cuz' i'm lazy, so please test first
Code:
AliasMatch ^(.*)$ /root/to/webdirectory/wordpress/$1
or
Code:
RewriteEngine On
RewriteRule ^(.*) /wordpress/$1
I haven't used WordPress, so try the previous posts from people who obviously have.