4
Without any error messages, it's impossible to know what the problem is.
You could try inserting this at various places:
error_reporting(E_ALL);
ini_set('display_errors', '1');
You could also check the XAMPP logs for clues.
I've run XOOPS under XAMPP on both Win2k and Linux without any problems.