Installed in /var/www/html
, but a base as /html
gives an error 500
api/app/Config/AppConfig.php shows /api
. Correct?
legacy/config.php
and legacy/config_override.php
don’t exist
.htaccess
shows a few more lines here:
`
RewriteRule ^Api/(.*?)$ legacy/Api/$1 [R=301,L]
RewriteRule ^service/(.*?)$ legacy/service/$1 [L,QSA]
RewriteRule ^index.php$ legacy/index.php [L]
`
Maybe it would be good to have us test it before releasing?