octoberCMS | Turf off backend redirect to secure protocol
Ad
I discovered that when I turn OFF the debugging mode on my application,
/config/app.php
The backend starts using secure protocol... And I have problems with that because on some websites it's works well: (and on that example I really don't know why secure protocol is valid)
And with other websites I have big problems, bacause It's redirect to another pages... Here's an example:
How can I turn the redirect to secure protocol with OFF debuging mode?
Ad
Answer
Ad
Try set
'backendForceSecure' => false
in config/cms.php
Ad
source: stackoverflow.com
Related Questions
Ad
- → OctoberCMS Backend Loging Hash Error
- → "failed to open stream" error when executing "migrate:make"
- → OctoberCMS - How to make collapsible list default to active only on non-mobile
- → Create plugin that makes objects from model in back-end
- → October CMS Plugin Routes.php not registering
- → OctoberCMS Migrate Table
- → How to install console for plugin development in October CMS
- → OctoberCMS Rain User plugin not working or redirecting
- → October CMS Custom Mail Layout
- → October CMS - How to correctly route
- → October CMS create a multi select Form field
- → How to update data attribute on Ajax complete
- → October CMS - Conditionally Load a Different Page
Ad