changed permission to 755 and now get white screen from IE and if I try in AOL, I get Web Server Error

--------------------------------------------------------------------------------
Description: The host "www.tropictravelonline.com" did not return the document "http://www.tropictravelonline.com/cgi-bin/ultimatebb.cgi" correctly.

Next changed below:

# What type of redirect shall we send?
# 0 - Don't send a 301/302 header, my webserver does this. (Enable this if 301/302 results in an ISE or blank page)
# 301 - Permanent
# 302 - Temporary
# $redirect = 302;
$redirect = 0;

below is my redirect:

# Replacement ultimatebb.cgi script.
# $URL needs to be set to your ubb.threads installation.
$URL = "http://www.tropictravelonline.com/ubbthreads/ubbthreads.php";