Try this:
In libs/ubbthreads.inc.php
Replace This:
Code
	if (isset($_SERVER['PATH_INFO']) && !$PATH_INFO) {
		$PATH_INFO = $_SERVER['PATH_INFO'];
	} // end if

With This:
Code
	if (isset($_SERVER['PATH_INFO']) && !$PATH_INFO) {
		$PATH_INFO = $_SERVER['PATH_INFO'];
	} // end if
	elseif (isset($_SERVER['ORIG_PATH_INFO']) && !$PATH_INFO) {
		$PATH_INFO = $_SERVER['ORIG_PATH_INFO'];
	} // end if

Then enable spider urls.

Last edited by Gizmo; 07/17/2007 4:36 AM.

I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!