Reply To: 4.0.0 does not go to install page

Home Forums Installing MintHCM 4.0.0 does not go to install page Reply To: 4.0.0 does not go to install page

#2109
AvatarVincent
Participant

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?