C
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
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
- MSAnsweredHello,
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