2020-08-07

Hosting SPA apps with html5 history on Azure Linux app service

Quick answear


1. Set Configuration -> General settings Stack to PHP
2. create a .htaccess file in /home/site/wwwroot

With content:

RewriteEngine On

RewriteRule "^[^\.]+$" "index.html"


Done

No comments: