From: Arnie P. v. a. <we...@ma...> - 2008-07-02 17:14:16
|
Log Message: ----------- Edited: # URL of WeBWorK handler. If WeBWorK is to be on the web server root, use "". Note # that using "" may not work so we suggest sticking with "/webwork2". Modified Files: -------------- webwork2/conf: global.conf.dist Revision Data ------------- Index: global.conf.dist =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v retrieving revision 1.209 retrieving revision 1.210 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.209 -r1.210 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -30,7 +30,8 @@ # Set these variables to correspond to your configuration and preferences. You # will need to restart the webserver to reset the variables in this section. -# URL of WeBWorK handler. If WeBWorK is to be on the web server root, use "/". +# URL of WeBWorK handler. If WeBWorK is to be on the web server root, use "". Note +# that using "" may not work so we suggest sticking with "/webwork2". $webwork_url = "/webwork2"; # Root directory of PG. |