Redirecting a single cgi page? →[More:]Looking at the logs for my company's site, it looks like people are still trying to hit the location of the old home page. (something like /cgi-bin/category.cgi)...
The thing is, I don't really know much about cgi, and I just want to redirect visitors to this page to our home page...
I tried
#!/usr/bin/perl
print "Location: http://mywebsite.com/\n\n";