You are here

CGI script

2 posts / 0 new
Last post
tommytomato
Offline
Last seen: 13 years 7 months ago
Joined: 2010-09-14 19:05
CGI script

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 )

str
str's picture
Offline
Last seen: 10 years 9 months ago
Joined: 2008-06-18 13:20
Make sure that the first line

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

Log in or register to post comments