Skip to content

Commit

Permalink
add some rewrites so that it can be used with a vhost
Browse files Browse the repository at this point in the history
  • Loading branch information
lenary committed Jul 17, 2011
1 parent d804850 commit 9a4ce95
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions rewrites.json
@@ -0,0 +1,30 @@
[
{
"from":"",
"to":"index.html"
},
{
"from":"/swinger/*",
"to":"../../*"
},
{
"from":"/javascripts/*",
"to":"javascripts/*"
},
{
"from":"/images/*",
"to":"images/*"
},
{
"from":"/stylesheets/*",
"to":"stylesheets/*"
},
{
"from":"_session/*",
"to":"/_session/*"
},
{
"from":"/templates/*",
"to":"templates/*"
}
]

0 comments on commit 9a4ce95

Please sign in to comment.