'Not found' errors for login page, and any url that includes /livehelperchat/lhc_web/index.php/... #2032
jamminjames
started this conversation in
General
Replies: 1 comment 1 reply
-
You could try to read this article - https://doc.livehelperchat.com/docs/nginx-configuration-tips there is sample for subdirectory support. Or you can try to run it under it's own subdomain. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The LiveHelperChat widget is no longer showing on the page, and I am getting "Not found" errors for the login page and anything coming after /index.php/ in the url. For example, in the browser development tools console, for
GET https://subs.humortimes.com/livehelperchat/lhc_web/index.php/widgetrestapi/settings?
(bunch of settings after this), I get a 404 not found error.For
/livehelperchat/lhc_web/design/defaulttheme/js/widgetv2/index.js?20231128
, I get:With debug on, when I go to
/livehelperchat/lhc_web/index.php
, there are a lot of lines like:... not sure if that's relevant.
I tried turning off the cache in
/livehelperchat/lhc_web/settings/settings.ini.php
, as suggested elsewhere, and turning debugging on. The/livehelperchat/lhc_web/cache/default.log
stays blank.The /livehelperchat/ folders all have the correct ownership and chmod settings.
What should I do? Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions