You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ A set a hooks to fix running WordPress on [Symfony Local Server](https://symfony
4
4
5
5
Currenlty solve:
6
6
- Self requests (`wp_remote_get('https://domain.wip/page/')`): send them through Symfony local proxy so local TLD is resolved and set certificate to avoid SSL errors
7
+
- Rewrite admin URLs: https://domain.wip/wp-admin/ -> https://domain.wip/wp-admin/index.php (to avoid redirects as much as possible)
0 commit comments