Advertisement
rama_astadipati

dinamis baseURL

May 31st, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ganti base url site/config/config.php
  2.  
  3. beri tanda double slash //
  4. //$config['base_url'] = 'http://localhost/site/';
  5.  
  6. $http = 'http' . ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 's' : '') . '://';
  7. $newurl = str_replace("index.php","", $_SERVER['SCRIPT_NAME']);
  8. $config['base_url'] = "$http" . $_SERVER['SERVER_NAME'] . "" . $newurl;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement