Hi,
I'm using MAMP to develop a site. I want the redirect after submission url to be:
http://localhost:8888/mypage
What happens is I get the following url instead:
http://localhost/mypage
The url strips out the :8888 and the page won't load.
This makes it harder for me to develop locally.
Can you advise?