- 论坛徽章:
- 0
|
Hi,
the problem may be the access of request file:
httpRequest.open("GET", "q2addwiki.html", true);
_________________________^^^^^^^^^^^^^^______________
Usually under the cgi-bin as default configuration of Apache
is only allowed *.cgi file to access.
If you want to access other files, should reconfigure Apache to
make those files to worldwide accessable/readable.
If the access file is not in the same directoy such as cgi-bin,
should use absolute path to the file (http://pathto/q2addwiki.htm)
Best, ulmer |
|