--
You received this message because you are subscribed to the Google Groups "mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongoose-user...@googlegroups.com.
To post to this group, send email to mongoos...@googlegroups.com.
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to a topic in the Google Groups "mongoose-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mongoose-users/cLkoZbTFJUY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mongoose-user...@googlegroups.com.
should work directly without rewritesIIS rewrites have rules like 'is file', 'is not file', 'is a directory' etc.
Is there any distinction between scripts and static files in Mongoose config?If I put script to API directory, the address in browser would look like
mysite.ru/api/en/ru/wordis that what you mean?Actually I had special directory for scripts before but there were issues with relative paths for javascript, etcSome functionality of the site did not work. I could not figure out what it was but problems disappeared when I moved script to root
On Thu, Nov 5, 2015 at 3:51 PM, Sergey Lyubka <val...@gmail.com> wrote:
You can put all dynamic content into some directory, and have a rewrite rule that starts with that directory prefix.url_rewrites /api/**=/full/path/to/your/exe