2
HI steve suprised you didn't submit a ticket, Sounds like you are missing the .htaccess file i put in place on the XOOPS ROOT on your website.
For XForum there is a field in the table called 'Domain' which has the hosting domain in it, this is for multisite support you will have to change this to the path your domain is on. Even if you aren't using multisite it will still populate itself from this field in the database.
You will have to run the following script to generate the data to replace the domain field with:
echo urlencode('http://66.7.205.59/~vmoanet');
?>
You should find the script will output the path and name in URL encoded form which is done with multisite for IDN (Internationalised Domain Names), you should have for this example the following code to change the domain field to in xforum categories or forums table, it could be in both:
http%3A%2F%2F66.7.205.59%2F%7EvmoanetYou may also find that mod rewrite is not enabled on apache with the copy you have moved it to, this will need to be changed for the path rewritting they both do.