#11000 closed defect (fixed)
Enable API viewer (php app) to live on an arbitrary subdirectory
Reported by: | Sam Foster | Owned by: | Sam Foster |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Documentation | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
index.php and elsewhere in the API documentation viewer (website repo) have hardcoded root-relative URLs. It would be easier to adopt and deploy the viewer elsewhere if the path from root could be configurable or even arbitrary.
Related to #10987
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed with r745, which adds a basePath configuration var, and a RewriteBase? rule to .htaccess