suresh

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Unable to login after installation #2291
    Avatarsuresh
    Participant

    Hi Dawid,
    Thank you for your reply. Installation issue is fixed now.

    in reply to: Unable to login after installation #2282
    Avatarsuresh
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)