I configured EspoCRM locally and everything is working fine. Then I moved the installation to a shared webhoster in a subdomain and getting Bad Server Response or Error 404. I have already configured the Rewrite Base as followed:
Gives me the mentioned error.
In addition I have this in my Espo Error Log:
Code:
RewriteBase /http://[I]sub.domain.de[/I]/api/v1/ RewriteRule .* - [E=HTTP_ESPO_CGI_AUTH:%{HTTP:Authorization}] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L]
In addition I have this in my Espo Error Log:
Code:
11-19 07:58:32] Espo.ERROR: Uncaught exception {"exception":"[object] (PDOException: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /homepages/1/d113866760/htdocs/[I]subdomain/domain.de[/I]/application/Espo/ORM/EntityManager.php:131)"} []
Comment