Question: After Installation Login Error

After Installation Login Error

Hi, after installing and clicking on login I get a 404 error. in "app" folder i have the .htaccess file with this: <IfModule authz_core_module> Require all denied </IfModule> <If

C

Cristiano

Asked
Hi, after installing and clicking on login I get a 404 error.

in "app" folder i have the .htaccess file with this:
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>

Is this the problem? how can i resolve?
Thanks
  • MS

    Mian Saleem

    Answered
    Hello,

    You only need to check the `.htaccess` in main folder. You can compare the contents of the file with the downloaded file.

    Thank you
  • Login to Reply