NOTICE

Your domain needs to be pointing to the public folder to the system to work properly.

NOTICE

But if for some reasons you can't edit the domain document root, follow the following steps:

  1. Navigate to root folder in the backend source code.

  2. create a .htaccess and paste in the content below in the file and save it

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

You can now go ahead and continue your installation process.

Last updated