The configuration constant "EWIKI_SCRIPT" says how URLs to Wiki pages will be generated. Typically it contains a string of "scriptname.php?id=" depending on what your wrapper is called and where it resides.

Often you may need to give the full (server-absolute) path/dir name to it, especially if you use PathInfoUrls.

The configuration setting $ewiki_config["script"] is the same as EWIKI_SCRIPT, but can be overriden on occasion internally (rarely useful, you better forget about this note).


The constant *EWIKI_SCRIPT_URL is the absolute variant (with server name and http:// prefix) of it. You should set it, as it otherwise must be guessed. EWIKI_SCRIPT_BINARY is used for uploading and retrieval of images and other extensions.

bottom corner