Hi,
I have installed a setup in my localhost (window) and experiencing two issues.
Firstly, after logging in via admin, the page is not redirecting.
Secondly, the label text is not properly showing as per the language file. Currently, it is visible as “LBL_MINT4_AUTH_LOGIN_TITLE” etc.
Below is the .htaccess code,
<IfModule mod_rewrite.c>
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteBase /minthcm-4.0.2
RewriteRule ^assets/(.*?)$ assets/$1 [L]
RewriteRule ^legacy/(.*?)$ legacy/index.php/$1 [L]
RewriteRule ^api/(.*?)$ api/index.php [L]
RewriteRule ^bg.jpg$ bg.jpg [L]
RewriteRule ^favicon.ico$ favicon.ico [L]
RewriteRule ^Api/(.*?)$ legacy/Api/$1 [R=301,L]
RewriteRule ^service/(.*?)$ legacy/service/$1 [L,QSA]
RewriteRule ^index.php$ legacy/index.php [L]
RewriteRule .* index.html [L]
</IfModule>
I couldn’t find any messages in the minthcm.log file.
Can you assist me in resolving the redirection issue and labeling text?
Thanks,
Suresh