You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In system/htmly.php, calling get_search_query() before config('source', $config_file) results in search queries incorrectly redirecting to /search/* even when the base URL should not be /.
Describe the bug
In
system/htmly.php
, callingget_search_query()
beforeconfig('source', $config_file)
results in search queries incorrectly redirecting to /search/* even when the base URL should not be /.To Reproduce
Set
site.url = "http://localhost/htmly/"
in config.ini and use the search function. It will result in a redirect to http://localhost/search/search-term instead of http://localhost/htmly/search/search-term.HTMLy Version
v3.0.4
Server Info (please complete the following information):
The text was updated successfully, but these errors were encountered: