Skip to content

Commit c1f926c

Browse files
authored
Merge pull request #116756 from Grace-MacJones-MSFT/patch-55
(Azure CXP) Added a redirect condition
2 parents 6879764 + 77d8a0a commit c1f926c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/containers/configure-language-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The default PHP image for App Service uses Apache, and it doesn't let you custom
8282
```
8383
<IfModule mod_rewrite.c>
8484
RewriteEngine on
85-
85+
RewriteCond %{REQUEST_URI} ^/$
8686
RewriteRule ^(.*)$ /public/$1 [NC,L,QSA]
8787
</IfModule>
8888
```

0 commit comments

Comments
 (0)