Skip to content

Commit 77d8a0a

Browse files
(Azure CXP) Added a redirect condition
Added a redirect condition " RewriteCond %{REQUEST_URI} ^/$ " https://github.com/MicrosoftDocs/azure-docs/issues/55805
1 parent fb950b9 commit 77d8a0a

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)