Skip to content

Commit 244c39f

Browse files
committed
Revert "Reverse redirects from www. to apex domain"
This reverts commit 1e333ee.
1 parent 1e333ee commit 244c39f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.platform/routes.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
https://{default}/:
1+
https://www.{default}/:
22
type: upstream
33
upstream: php-fig-website:http
44
cache:
55
enabled: true
66

7-
https://www.{default}/:
7+
https://{default}/:
88
type: redirect
9-
to: https://{default}/
9+
to: https://www.{default}/
1010

1111
http://www.{default}/:
1212
type: redirect
13-
to: https://{default}/
13+
to: https://www.{default}/
1414

1515
http://{default}/:
1616
type: redirect
17-
to: https://{default}/
17+
to: https://www.{default}/

0 commit comments

Comments
 (0)