toddcurry Posted April 4, 2003 Posted April 4, 2003 I wanted to set up a redirect using perl, rather than using Apache. I've used this kind of redirect elsewhere, but it fails here: 500 error. #!/usr/bin/perl print "Content-type: text/html\n"; print "Location: http://www.vcrbiketeam.org\n\n"; exit; Any ideas? Thanks TCH Rocks Quote
toddcurry Posted April 5, 2003 Author Posted April 5, 2003 Solved by Bill Gish: permissions on index.cgi were 644 -- once chmoded to 755, everthing was happy! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.