Question: login page showing 404 error after installation

login page showing 404 error after installation

I am getting a 404 error after installation on localhost.

GR

gombya ronald

Asked
I am getting a 404 error after installation on localhost.
  • MS

    Mian Saleem

    Answered
    Hello,

    The 404 not found are mostly caused due to missing `.htaccess` file. If you are on linux/unix the dot files are hidden by default. Here is the FAQ from docs with suggestions.

    ---
    **Why am I getting 404 Not Found error after installation?**

    Please

    1. check that .htaccess file is successfully uploaded and exists in the main directory
    2. make sure that your apache mod_rewite is enabled and configured to use .htaccess from site directory
    3. base_url in app/config/config.php
  • GR

    gombya ronald

    Answered
    I am using xampp (apache).

    I can see the .htaccess , below the vendor folder

    Base url is http://localhost/folder/
  • MS

    Mian Saleem

    Answered
    Hello,

    Please double check 1 & 2. Please take screenshots of the following and attach to your reply

    1. mode_rewrite is enable
    2. folder listing with .htaccess file
    3. open and .htaccess file and take screenshot of the contents

    Thank you
  • Login to Reply