[Duplicate] Base _url and virtual hosts - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: [Duplicate] Base _url and virtual hosts (/showthread.php?tid=64371) |
[Duplicate] Base _url and virtual hosts - pizzel - 02-13-2016 i have both codeigniter 3.0.1 and 3.0.4 , when i setup virtual hosts in xampp for both and echo the base_url i get 127.0.0.1 for codeingniter 3.0.4 instead of the actual virtual host name, while codeigniter 3.0.1 echos the correct virtual host name. RE: Base _url and virtual hosts - ciadmin - 02-13-2016 This has been addressed a number of times in the forum already. It is a result of a change in version 3.0.3 ... http://www.codeigniter.com/user_guide/changelog.html#version-3-0-3 |