This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
hi! i'm having an issue with the media manager filter ( ... | media) it's not outputting the current url protocol. it's doing "//...", normally that should work and the browser would just direct the protocol and load the file, but it's not working. i need to directly state the current url protocol (i.e., http or https). is there a way to get this information from october?
There is a link policy found in the configuration. Check the file config/cms.php file for linkPolicy. If you set this value to "strict" then it will force the URL and schema found in app.url configuration
To modify the URL, open the file config/app.php and set the url in there
Hope this helps
1-2 of 2