To get host url of current server simply replace
application\config\config.php
$config['base_url'] = '';
with
// Home URL $sysurl = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http"); $sysurl .= "://" . $_SERVER['HTTP_HOST']; $sysurl .= str_replace(basename($_SERVER['SCRIPT_NAME']), "", $_SERVER['SCRIPT_NAME']); $config['base_url'] = $sysurl;
Other than caching every hour, or every week, you may cache according to file data.…
You should first test the existence of a file by file_exists(). [crayon-679fd4fcba726557321534/] or simple solution…
[crayon-679fd4fcba90f749412695/] Output the random string with the call below: [crayon-679fd4fcba913920905965/]
Note: from WordPress Use it like this: [crayon-679fd4fcbaa07418661728/] Code: [crayon-679fd4fcbaa0a246326006/]
[crayon-679fd4fcbaba4760506917/] or [crayon-679fd4fcbaba6238993457/]