Skip to content

Commit

Permalink
Document prefixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mquandalle committed Oct 3, 2015
1 parent b21b8c6 commit 83a6e57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ It exposes a great API for changing the URL and reactively getting data from the
* [Subscription Management](#subscription-management)
* [IE9 Support](#ie9-support)
* [Hashbang URLs](#hashbang-urls)
* [Prefixed paths](#prefixed-paths)
* [Addons](#addons)
* [Difference with Iron Router](#difference-with-iron-router)
* [Migrating into 2.0](#migrating-into-20)
Expand Down Expand Up @@ -637,6 +638,9 @@ WhenEverYourAppIsReady(function() {
});
~~~
## Prefixed paths
In cases you wish to run multiple web application on the same domain name, you’ll probably want to run your particular meteor application under a sub-path (eg `example.com/myapp`). FlowRouter supports this use case transparently. Simply include the prefixed path in the meteor `ROOT_URL` environment variable and FlowRouter will handle it without any further configuration.
## Addons
Expand Down

0 comments on commit 83a6e57

Please sign in to comment.