Skip to content

Commit

Permalink
feat: Adding redirect for www
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheislamdfe committed Jan 20, 2025
1 parent c078d78 commit c6f50cc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"redirect_rules": [{
"from-domain": "apex",
"to-domain": "www.apply-for-teacher-training.service.gov.uk"
},
{
"from-domain": "www",
"to-domain": "www.apply-for-teacher-training.service.gov.uk"
}]
},
"apply-for-teacher-training.service.gov.uk": {
Expand Down

0 comments on commit c6f50cc

Please sign in to comment.