ProcessWire icon indicating copy to clipboard operation
ProcessWire copied to clipboard

"View" link in page tree ignores a port number used by Apache server.

Open slkwrm opened this issue 9 years ago • 2 comments

I noticed this issue while trying to access a page from the page tree. My server is configured to listen to port 8081. I run 3.0.33 devns. Please take a look. Thanks!

slkwrm avatar Sep 13 '16 01:09 slkwrm

It should just use a path type URL without scheme, port, etc., unless it has to switch scheme in order to execute the view (i.e. going from http to https or the opposite). If that's the case, double check that your hostname with port is present in your /site/config.php $config->httpHosts setting, i.e.

$config->httpHosts = ['localhost:8081'];

Let me know if you find it's still not showing the right URL? Thanks.

ryancramerdesign avatar Sep 20 '16 19:09 ryancramerdesign

@slkwrm Can this issue be closed?

isellsoap avatar Sep 30 '16 14:09 isellsoap