AndroidAsync icon indicating copy to clipboard operation
AndroidAsync copied to clipboard

Host angular 2+ web app

Open matzrm opened this issue 4 years ago • 0 comments

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?

matzrm avatar May 10 '21 13:05 matzrm