|
Pages: [1]
|
 |
|
Author
|
Topic: forbidden (Read 132 times)
|
|
castor75
|
hello,
i test rebol but i have this word forbidden etc... when i go to hello.r perhaps hello.r is chmod 0755 what can i do thanks
|
|
|
|
|
Logged
|
|
|
|
|
notchent
|
How are you trying to run hello.r? From a Rebol console, as cgi, etc.?
|
|
|
|
|
Logged
|
|
|
|
|
castor75
|
i'm a beginner with serveur. i run hello.r directly from IE.
|
|
|
|
|
Logged
|
|
|
|
|
castor75
|
when I try to open a file .r directly by the web I have forbidden ... When I pass by the console and I tape rebol/ file path / hello.r, I have == / hello.r when I tape do % / file path / hello.r, the file is opened, but I see all the html code. I hope that with these explanations you can help me in my research.
|
|
|
|
|
Logged
|
|
|
|
|
rebolnotes
|
This worked for me: install http://www.uniformserver.com/create a test.cgi file under cgi-bin directory with this code: #! “/usr/bin/rebol.exe” -cs REBOL [] print “Content-type: text/html^/” print [<html><body> “REBOL CGI Works!” <p> </body></html>] print [”Date/time is:” now “<p>”] print [mold system/options/cgi “<p>”] print [mold system/options/cgi/query-string “<p>”] then browse to http://localhost/cgi-bin/test.cgi
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |