well.
my site is hosted on his server. but he has other domains on there.
I pointed the my domain geejayoh.com towards his name servers and he set up http://www.geejayoh.com to point to a webspace on his.
I noticed that after updating a page on the wordpress site, it rewrites the .htaccess file with this line:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ./index.php [L]
</IfModule>
# END WordPress
if I do what you said, will it work?