Skip to content

Commit 40b487f

Browse files
committed
Use full domain to prevent redirects
1 parent fa3933b commit 40b487f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/download-instructions/windows-native.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
</p>
44
<pre><code class="language-powershell line-numbers">
55
# Download and install PHP.
6-
powershell -c "& ([ScriptBlock]::Create((irm 'https://php.net/install/windows.ps1'))) -Version <?= $version; ?>"
6+
powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/install/windows.ps1'))) -Version <?= $version; ?>"
77
</code></pre>

0 commit comments

Comments
 (0)