Jump to content

lefterov

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by lefterov

  1.  

    lefterov.heliohost.org/cgi-bin/bob.py&n=359897890266&t=test
    
    Your URL should look like this

    lefterov.heliohost.org/cgi-bin/bob.py?n=359897890266&t=test
    
    
    You have a & after bob.py instead of a ?

     

     

     

    I must be blind. Thanks a bunch.

  2. Hi all

    my first post here.

    I have 2 py files in my cgi-bin

     

    one is

    http://lefterov.heliohost.org/cgi-bin/test1.py

     

    and it works

     

    the other is

     

    http://lefterov.heliohost.org/cgi-bin/bob.py&n=359897890266&t=test

     

    and I am getting:

    Not FoundThe requested URL /cgi-bin/bob.py&n=99999&t=test was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    they are both with 755 mask. The one that doesnt work uses cgi

     

    import cgi
    form = cgi.FieldStorage()

     

     

    Any help appreciated.

×
×
  • Create New...