Friday, July 02, 2004

404 Script

I finally found some time to make the 404 custom error page case insensitive. This was a problem with the 404redirect.txt lookup portion. the URLs "/2061Connections" and "/2061connections" (for example) did not both resolve … which is desireable with the variability in links that are out there. Now a UCASE is done prior to comparison and replacement.