Hi there, I'm one of two developers working on DreamLyrics Message Gaming.
http://www.dreamlyrics.com/forums/The site used to run on UBB.classic, which apparently had in-built archiver tool (for creating offline archives of forums). We've been tasked with bringing this feature to the new
UBB.threads site, but we're running short on man-hours.
Our plan is to simply use HTTrack to generate the archives, but we need spider-friendly URLs to be able to constrain HTTrack (otherwise it'll run off and archive the half the site ;)).
We've tried enabling spider-friendly URLs on the test site, but get the following error when loading any forum page:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.We're aware of the proviso in the CP:
"Note: The PATH_INFO environmental variable must be available for this feature to function properly."
The site is running v7.4.1 on an IIS server (we have no choice in this matter) and PHP info is reporting cgi_fix.pathinfo is enabled (1).
Can anyone give us some pointers on how to get spider-friendly URLs working?