I keep getting this error:
None of the suggested fixes work. PHP configuration is all OK. I have tried with the last three versions of EspoCRM, up to the July 27, 2018 version.
Apparently the address to the API is wrong. What should the address be? What is the script getting? Is there an error log with more info somewhere? How do I troubleshoot this?
I am trying to install EspoCRM in a folder on an add-on domain on a VPS, like this:
website.com/crm
which is actually a rewritten (?) version via virtualhost and dns magic of:
website.maindomain.com/crm
I think the assumption is that you install EspoCRM in the www root (/var/www/html). Is there any way to get EspoCRM to work in a folder of an addon domain? What changes should I make?
I see this problem has been reported before, but I can't find a solution anywhere.
API Error: EspoCRM API is unavailable.
Possible problems: disabled "mod_rewrite" in Apache server, disabled .htaccess support or RewriteBase issue.
Do only necessary steps. After each step check if the issue is solved.
Possible problems: disabled "mod_rewrite" in Apache server, disabled .htaccess support or RewriteBase issue.
Do only necessary steps. After each step check if the issue is solved.
None of the suggested fixes work. PHP configuration is all OK. I have tried with the last three versions of EspoCRM, up to the July 27, 2018 version.
Apparently the address to the API is wrong. What should the address be? What is the script getting? Is there an error log with more info somewhere? How do I troubleshoot this?
I am trying to install EspoCRM in a folder on an add-on domain on a VPS, like this:
website.com/crm
which is actually a rewritten (?) version via virtualhost and dns magic of:
website.maindomain.com/crm
I think the assumption is that you install EspoCRM in the www root (/var/www/html). Is there any way to get EspoCRM to work in a folder of an addon domain? What changes should I make?
I see this problem has been reported before, but I can't find a solution anywhere.
Comment