I have read your docs_access_move_db but it doesn't tell you how to move up the structure as I need to do.
I have now followed your advice but it still doesn't work.
To reiterate. I see three folders. "www", "databases" and "logs"
The file wwforum.mdb is located in the databases folder.
I have uploaded the whole Forum into the "www" folder so the locations of the common files are www/forum/common.asp and www/forum/admin/common.asp
I have pointed forum/common to ../../databases/wwforum.mdb
I have pointed forum/admin/common to ../../../databases/wwforum.mdb
I have also tried dropping a ../ off each but that doesn't work either.
I'm still getting a code 500 error.