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

Host angular 2+ web app #697

Open
matzrm opened this issue May 10, 2021 · 0 comments
Open

Host angular 2+ web app #697

matzrm opened this issue May 10, 2021 · 0 comments

Comments

@matzrm
Copy link

matzrm commented May 10, 2021

Hi,

I'm using AndroidAsync on my app, and I need to configure it to host an angular 2+ web app.
Usually in other enviroment I use apache2 and I need to configure it as follow:

    # Don't rewrite files or directories
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]

    # Rewrite everything else to index.html
    # to allow html5 state links
    RewriteRule ^ index.html [L]

But with AndroidAsync I can't figure it myself.

Anyone can help me?

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

1 participant