How to make use of http://{ip-address}:{port} instead of https://{project}.test? #835
Unanswered
MagePsycho
asked this question in
Help & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have to use non-secure mode and IP for some of the use cases, for example:
http://{ip-address} :{port}
, for example:http://192.168.216.10:2112
How can I achieve this in Warden?
I tried changing the base URL and
web/secure/use_in_frontend|adminhtml
settings to0
but no luck.It always redirects to the
https:
version.Is there a way to make this happen in warden?
Beta Was this translation helpful? Give feedback.
All reactions