Redirect to a custom directory
Redirect to a custom directory
By default, App Service directs web requests to the root directory of your app code. However, certain web frameworks don’t start in the root directory.
For example, Laravel starts in the public subdirectory. To continue the abouconde.com DNS example, such an app would be accessible at http://abouconde.com/public, but you would really want to direct http://abouconde.comto the public directory…
View On WordPress














