We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.3
https://beta.pow.cool/members
myRoute.js
.htaccess
index.html
http://mysite.com/myRoute
The browser shoud display the index.html at the given route.
The browser displays the js content of the javascript file.
It works as expected with the following conf (taken from create-react-app):
Options -MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.html [QSA,L]
The text was updated successfully, but these errors were encountered:
I see, can you submit a Pull request with the configuration provided. I don't use Apache, so I will need someone to validate it though
Sorry, something went wrong.
we have the apache tomcat one
docs: .htaccess and lazy loaded routes (fix vuejs#2753)
4a76d9b
On apache we need to add more configuration to handle lazy loaded routes. Updated docs in all available languages.
3a95aaa
No branches or pull requests
Version
3.0.3
Reproduction link
https://beta.pow.cool/members
Steps to reproduce
myRoute.js
file in your build folder.htaccess
recommandation in the vue-router docsmyRoute.js
file instead of serving theindex.html
file when browsinghttp://mysite.com/myRoute
What is expected?
The browser shoud display the index.html at the given route.
What is actually happening?
The browser displays the js content of the javascript file.
It works as expected with the following conf (taken from create-react-app):
The text was updated successfully, but these errors were encountered: