You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
But with AndroidAsync I can't figure it myself.
Anyone can help me?
The text was updated successfully, but these errors were encountered: