Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong redirection when there is app in url #298

Closed
pashaie opened this issue Oct 15, 2016 · 2 comments
Closed

wrong redirection when there is app in url #298

pashaie opened this issue Oct 15, 2016 · 2 comments

Comments

@pashaie
Copy link

pashaie commented Oct 15, 2016

We have an app folder in our project that contains an angularjs application.
When using i18n, urls that start with app (which is all our code base minus vendor libraries) redirect to wrong url.

For example /app/main.js is redirected to /en/main.js instead of /en/app/main.js
As far as I can see, app is somehow a keyword, if we change app to something else, e.g. appx, it works just fine.

thanks in advance.

@turquoiseowl
Copy link
Owner

Yes, 'app' is being interpreted as a language tag. Please see #289 for explanation and how to resolve.

@pashaie
Copy link
Author

pashaie commented Oct 15, 2016

thanks

@pashaie pashaie closed this as completed Oct 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants