It appears to be any time the submit button is part of a form the URL passed back to the browser resolves to "/public_html/forums/" instead of a complete URL such as:

http://testdomian.net/forums/
http://www.testdomain.net/forums/

or even the local

/home/username/public_html/forums/

I thought it might be a problem with BASE_URL in the config.inc.php file but that entry is => '/forums' so I am not sure how that would resolve to '/public_html/forums/'

The other settings:
'FULL_URL' => 'http://testdomain.net/public_html/forums',
'BASE_URL' => '/forums',
'FULL_PATH' => '/home/accountname/public_html/forums',
'SESSION_PATH' => '/home/accountname/public_html/forums/sessions',
'REFERERS' => 'http://www.testdomain.net',

All other links and functions in the forums work properly. It is only the return URL after clicking the 'submit' and 'log in' buttons that send a bad URL to the browser.

A post edit does return a confirmation page and returns properly after the 10 second delay.

Confused

Abbott