Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: subdomain is lost on redirect()->to()
Post: RE: subdomain is lost on redirect()->to()

Thanks! It's a nice workaround and I don't have to rewrite all the to() and back() functions! BTW I tracked down the issue to current_url() function, that's where the subdomain goes missing. ARAmis...
4,639 Views
5 Replies
05-18-2020, 08:24 AM
divpusher
    Thread: subdomain is lost on redirect()->to()
Post: RE: subdomain is lost on redirect()->to()

Thanks for the replies. Kick: current_url() leaves the subdomain out as well. I managed to solve it using the full path like this: PHP Code: -- return redirect()->to('https://' . $_SERVER['H...
4,639 Views
5 Replies
05-16-2020, 04:35 AM
divpusher
  Bug Thread: subdomain is lost on redirect()->to()
Post: subdomain is lost on redirect()->to()

Hello! I love CI4, so far so good! :heart: I set up my site to handle subdomains as languages, e.g.: mydomain.com de.mydomain.com fr.mydomain.com The problem is when I redirect, it lose...
4,639 Views
5 Replies
05-15-2020, 07:41 AM
divpusher
    Thread: Packagist auto update?
Post: RE: Packagist auto update?

Thanks! Maybe you just need to create a new release here? https://github.com/codeigniter4/framework/releases BTW your Myth:Auth library is awesome!
2,348 Views
3 Replies
02-08-2020, 09:39 AM
divpusher
    Thread: Packagist auto update?
Post: Packagist auto update?

Hello! For some reason the latest rc.4 update is not visible on packagist yet. https://packagist.org/packages/codeigniter4/framework (https://packagist.org/packages/codeigniter4/framework)
2,348 Views
3 Replies
02-08-2020, 06:04 AM
divpusher

Theme © iAndrew 2016 - Forum software by © MyBB