Dynamic $baseURL for multiple hosts |
(08-26-2020, 08:04 PM)muncherelli Wrote: I am developing an app that will have multiple domains and subdomains pointed at it. I would like to have CodeIgniter automatically detect the Base URL.in config->App.php you must do some like this : PHP Code: class App extends BaseConfig |
Messages In This Thread |
Dynamic $baseURL for multiple hosts - by muncherelli - 08-26-2020, 08:04 PM
RE: Dynamic $baseURL for multiple hosts - by LynxCoder - 08-27-2020, 02:51 AM
RE: Dynamic $baseURL for multiple hosts - by pippuccio76 - 08-27-2020, 03:10 AM
RE: Dynamic $baseURL for multiple hosts - by Chroma - 08-27-2020, 04:10 AM
RE: Dynamic $baseURL for multiple hosts - by John_Betong-002 - 08-27-2020, 03:53 PM
|