[BlueOnyx:26671] Re: Web Site with URL /login
Michael Stauber
mstauber at blueonyx.it
Fri Dec 15 15:07:14 -05 2023
Hi Keith,
> We installed ecommerce package to a vsite and the default link for the
> login in https://xxx.com/login <https://xxx.com/login>
>
> But when you click the link to login to the ecommerce site, it
> automatically tries to take you to xxx.com:444/login
>
> This is 5210R setup any idea how we can use the native software without
> having to try and hack their rewrites they have setup in the software?
It's either theirs or ours that you need to change.
There might be a third option, though: Check what answers to /login on
that Vsite. Do they have a login.php in the /web director? Or is there
are directory login with an index.php inside?
If so, one work around is to call the full URL directly:
http(s)://<vsite>/login.php
http(s)://<vsite>/login/index.php
That won't trigger the rewrite condition that redirects to the BlueOnyx GUI.
Other than that? The RewriteCond rules that redirect /login to the
BlueOnyx backend can be found here:
/etc/httpd/conf.d/blueonyx.conf
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list