#975 closed enhancement (fixed)
Expose Help web pages through web tier
Reported by: | pagameba | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.1 |
Component: | Installer | Version: | 2.0.2 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Using the latest installer (MapGuideOpenSource-2.1.0.3832-Unofficial-0.5), the Help documentation is installed outside the www directory so it can't be accessed except through the file system. It would be desirable to either move it into the www directory so it is accessible or add an Alias to the various custom actions (Apache, IIS 5/6, IIS 7) to expose it.
Also note the index file is index.htm which is not mapped as a directory index file in Apache.
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Milestone: | → 2.1 |
---|
Note:
See TracTickets
for help on using tickets.
I've moved help to be under the www/ directory, so can be addressed at:
http://localhost[:8008]/mapguide/help/index.htm
Or you can just use the handly hyperlink in your start menu.
I did not add the DirectoryIndex entry at this time.