Welcome Guest, Not a member yet? Register   Sign In
domain alias with base_url
#1

Supposed I install CI in site: subdomain.maindomain.com which I have base_url subdomain.maindomain.com
I also rent domain call www.otherdomain.com which is an alias for subdomain.maindomain.com.

When I go to www.otherdomain.com, It will open subdomain.maindomain.com. So how to keep base_url to www.otherdomain.com when
I use that domain for browsing?

I mean to make 2 domains looks as separate domain.
Reply
#2

You might have to use cname record to achieve that.
Reply
#3

(This post was last modified: 07-15-2018, 10:57 PM by jreklund.)

You need to apply some PHP logic to be able to accept two urls in your base_url config.
https://www.codeigniter.com/user_guide/i...-not-empty
Reply
#4

Okay, thanks.

So I need to check 'HTTP_HOST' for this detection
Reply




Theme © iAndrew 2016 - Forum software by © MyBB