your files are here:
http://www.solidspace.co.uk/cgi-bin/
"web" is probably the root folder of your site, which is "http://www.solidspace.co.uk", you don't include it in the url.
Make sure you have followed the suggestions in the message:
Quote:
This message usually indicates there is a problem with the script itself. Often this indicates either that the #! line of the script is incorrect, or the script was
uploaded in binary mode instead of ascii mode.
Check to make sure that the script does not have control-M's at the end of every line. That will prevent it from executing. An easy fix that takes care of this most of the time is to put '#!/.../perl --' instead of '#!/.../perl' on the first line of the script. This is typically a problem if the script was edited or uploaded from a DOS/Windows/Macintosh station to a unix based server.
if you are sure you have, you will need to contact tech support and ask them what the problem is.