jimkirk
New member
cpanel username: worf359
http://jedd.info/cgi-bin/test.py
hey i was experimenting with python on my server and i successfully uploaded one file and everything worked fine and dandy and then i tried to upload a second and everything broke
now any .py files won't work, the file contents were:
and i uploaded them to the cgi-bin
http://jedd.info/cgi-bin/test.py
hey i was experimenting with python on my server and i successfully uploaded one file and everything worked fine and dandy and then i tried to upload a second and everything broke
now any .py files won't work, the file contents were:
Code:
#! /usr/bin/python
print "Content-type: text/html\n\n"
print "<html>Hello world!</html>"
and i uploaded them to the cgi-bin