Redirect to your-domain.com/index.php/welcome after set DISABLE_SETUP=true

V1.5.9
When finish my installation I am able to login to dashboard. After I set DISABLE_SETUP=true in ipconfig.php all pages redirect to http://your-domain.com/index.php/welcome ask to setup again.
I have tried to reinstall few times still the same issue. Please assist me to solve it.
Thank you

Try this

# Set to true after the initial setup
SETUP_COMPLETED=true
1 Like

SETUP_COMPLETED=true
Set this in ipconfig.php?

Correct. If you take the time to read the full ipconfig file. you will see it there (Last line of the file)

Thanks for your advice. I have check my ipconfig.php, it is already set as SETUP_COMPLETED=true

Now, I still set it as DISABLE_SETUP=false. I just redirect domain.com/setup to my domain.com It was temporary preventing setup. Is it secure enough?

That should work. I suppose if you want it secure enough, you can always remove or rename the “application/modules/setup/” directory.

1 Like

Thank you so munch.

1 Like