Hi
I installed Espo on my cnetos 6 with apache2 and php5.5
After try to login, it shows "bad server response" and in debug console :
# Some hosts may require you to use the `RewriteBase` directive.
# If you need to use the `RewriteBase` directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
#
RewriteBase /espo/api/v1/.htaccess
RewriteRule .* - [E=HTTP_ESPO_CGI_AUTH:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
(anonymous) @ VM364:577
dispatch @ espo.min.js?r=1495723086:3
r.handle @ espo.min.js?r=1495723086:3
trigger @ espo.min.js?r=1495723086:3
x @ espo.min.js?r=1495723086:4
(anonymous) @ espo.min.js?r=1495723086:4
I use google chrome/
I installed Espo on my cnetos 6 with apache2 and php5.5
After try to login, it shows "bad server response" and in debug console :
# Some hosts may require you to use the `RewriteBase` directive.
# If you need to use the `RewriteBase` directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
#
RewriteBase /espo/api/v1/.htaccess
RewriteRule .* - [E=HTTP_ESPO_CGI_AUTH:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
(anonymous) @ VM364:577
dispatch @ espo.min.js?r=1495723086:3
r.handle @ espo.min.js?r=1495723086:3
trigger @ espo.min.js?r=1495723086:3
x @ espo.min.js?r=1495723086:4
(anonymous) @ espo.min.js?r=1495723086:4
I use google chrome/
Comment