Closed pixeline closed 2 years ago
(using latest stable 3.8.0)
When working locally, my app runs on 'localhost:8000' as set in the .ini file:
WWWROOT=http://localhost:8000
Everything runs as it should until i use reroute as in :
reroute
$f3->reroute('@quote_action(@action=view,@author='.$author->slug.',@slug=' . $quote->slug . ')');
it redirects correctly, but the port is stripped out of the URL.
Try to quote:
WWWROOT="http://localhost:8000"
Cannot reproduce this issue. Also I'm not sure where your ini or WWWROOT came from or how your environment is set up. Hence there's nothing we can do here.
WWWROOT
(using latest stable 3.8.0)
When working locally, my app runs on 'localhost:8000' as set in the .ini file:
Everything runs as it should until i use
reroute
as in :it redirects correctly, but the port is stripped out of the URL.