I have a virtual private server on which I run two different WordPress websites.
I am now trying to install SuiteCRM on the same server. Following the SuiteCRM instructions, I’ve unzipped SuiteCRM files to a folder (/opt/SuiteCRM-7.11.18/) on the server. I’m now supposed to open a browser and enter:
http://<yourServer>/<yourSuiteCRMDirectory>/install.php
Which I believe in my case is:
http://<my server's IP address>/opt/SuiteCRM-7.11.18/install.php
However, the browser simply loads a “page not found” page from one of my 2 public websites. Any ideas what needs to happen to stop my public website machinery from interfering with this request? Thanks!