I’m a bit confused about having multiple sites using the same installation.
So, I have this:
site1.com
site2.com
expression engine is installed and working on site1.com. I put the path.php file on site2.com. Now, when I have to set $system_path = “/system/” - it is saying I must use a relative path. How am I to use a relative path for a separate domain? The two domains are on the same server, but how can you browse to another domain? It just doesn’t seem correct to me.
Thank you for your patience with me as I tackle the EE learning curve!