Skip to content

Commit c1d31de

Browse files
authored
https://github.com/MicrosoftDocs/azure-docs/issues/107043
1 parent 7ec034f commit c1d31de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure a PHP app in a pre-built PHP container, in A
44

55
ms.devlang: php
66
ms.topic: article
7-
ms.date: 05/09/2023
7+
ms.date: 08/31/2023
88
ms.custom: devx-track-azurecli
99
zone_pivot_groups: app-service-platform-windows-linux
1010

@@ -374,7 +374,7 @@ Then, go to the Azure portal and add an Application Setting to scan the "ini" di
374374

375375
::: zone pivot="platform-windows"
376376

377-
To customize PHP_INI_SYSTEM directives (see [php.ini directives](https://www.php.net/manual/ini.list.php)), you can't use the *.htaccess* approach. App Service provides a separate mechanism using the `PHP_INI_SCAN_DIR` app setting.
377+
To customize PHP_INI_SYSTEM directives (see [php.ini directives](https://www.php.net/manual/ini.list.php)), use the `PHP_INI_SCAN_DIR` app setting.
378378

379379
First, run the following command in the [Cloud Shell](https://shell.azure.com) to add an app setting called `PHP_INI_SCAN_DIR`:
380380

0 commit comments

Comments
 (0)