Open ssl.conf
in a text editor.
Edit the domain(s) listed under the [alt_names]
section so that they match the local domain name you want to use for your project, e.g.
DNS.1 = my-project.dev
Additional FQDNs can be added if required:
Sometimes this value is blank | |
{exp:stash:get_list name='result_data'}{if '{cf_catentry_date}' != ''}{cf_catentry_date}{/if}{/exp:stash:get_list} | |
// find in mod.stash.php: | |
if ( $this->not_empty($matches[1]) || $matches[1] === '0') | |
{ | |
$stash_vars[substr($key, 6)] = preg_replace('/'.LD.'stash:[a-zA-Z0-9\-_]+'.RD.'(.*)'.LD.'\/stash:[a-zA-Z0-9\-_]+'.RD.'/Usi', '', $matches[1]); | |
} |
{exp:stash:get name="keywords" type="snippet" dynamic="yes" match="#^[a-zA-Z0-9_\s-]+$#" output="no"} | |
{exp:stash:set parse_tags="yes"} | |
{exp:search_fields | |
search:title="{keywords}" | |
channel="catentry"} | |
{stash:search_results}{search_results}{/stash:search_results} | |
{stash:search_count}{search_count}{/stash:search_count} |