yesterday i set up my first suitecrm test installation in my life and it worked fine.
today i have changed the hyper-v network adapter from privat to public adapter to share it with the colleges.
The ip adress changed to one of the privat network. Obviously!
Now when i open the browser with the new adress i see the apache infos.
When i change to http://[new_ip_adress]/crm/public/ i see a white screen.
Can somebody list all the files with full path where i have to change the ip-adress please?
Thanks! I was floundering looking for config.php file(s). Apparently all other posts I found refer to v7 of SuiteCRM with its location at /var/www/html/suitecrm/config.php
yes, that’s the correct place for the SuiteCRM 8.x file.
A word of advice here:
Use a subdomain (even if it’s just via the hosts file) and setup a proper VHost environment.
public/ should not be visible in the browser URL. It’s basically the VHost root.
Anything else will lead to some issues sooner or later.