Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
slkwrm opened this issue Sep 13, 2016 · 2 comments
Open

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

slkwrm opened this issue Sep 13, 2016 · 2 comments

Comments

@slkwrm
Copy link

slkwrm commented Sep 13, 2016

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!

@ryancramerdesign
Copy link
Owner

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.

@isellsoap
Copy link
Collaborator

@slkwrm Can this issue be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants