Http://127.0.0.1/setup Error 404

Hi,

I am getting error 404 at the second step of my installation after clicking setup link.
Mod_rewrite enabled
allowoverridde all

Options All
AllowOverride All

.htaccess File
“# Remove index.php
RewriteEngine on
RewriteBase /cbinv
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]”

Plz help to complete the installation.

Regards,
SAtya

Please try opening 127.0.0.1/cbinv/setup manually.

Thank you @Kovah :slight_smile: