I just successfully migrated my website Forum from ubb.classic to threads and everything went pretty well. I'm just trying to fix a couple of issues that are perplexing me. The first is the redirect. I followed the instructions, and got errors. I then read through previous issues on this Forum and made another adjustment to the code. It still doesn't work. Here's the part that I changed:

- - - -

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

# site_id only needs to be changed if you've imported multiple forums. The importer
# will tell you what your site id needs to be changed to
$site_id = 1;

# 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 = 0;

# Search engine friendly redirects? Change to 0 to disable
$search_friendly = 1;

- - - -

This is what comes up when I use my old Message Board link (http://www.ericcarmen.com/scripts/ultimatebb.cgi):

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

- - - -

Can anyone help me, please?

Thanks in advance.

Bernie