Hi - I'm one of the other developers/administrators on that board.
Originally Posted by Ruben
Is not the version 7.4.1 prior to the fix that was applied to use orig_path_info for the iis servers?
File was ubbthreads.inc.php
Should have a line like
PHP Code
$PATH_INFO = array_get($_SERVER, 'ORIG_PATH_INFO', '');
 
Our copy of the ubbthreads.inc.php file does not have that line. Does that mean that if we upgrade to the current version of ubbthreads, we can get spider-friendly URLs working?