Hi all I'm running XAMPP off my USB thumb drive
I have worked out how to get most of sites up and running as in Wordpress + db's
I can't seem to get phpbb going, keeps coming up with an error ( CGI script )with throws me a Error 500
Is there some thing else I need to turn on ?
TT ( karl )
Make sure that the first line in Perl script(s) points to this location (or whatever else that is applicable to your situation):
#!/xampp/perl/bin/perl -w
Instead of the default one:
#!/usr/bin/perl