Welcome Guest, Not a member yet? Register   Sign In
CodeInigter 4 - 403 Forbidden
#8

@gem.

Did you make the writable folder writable?

chmod -R 0777 CodeIgniter4/writable

If that still does not show the Welcome page then try adding the following to the top of the iCodeIgniiter4/public/ndex.php file.

Code:
<?php
define('CI_DEBUG', FALSE); // bypass (bool) app/Config/Boot/development.php

If that works then remove changes and try to understand why it is not working Smile
Reply


Messages In This Thread
CodeInigter 4 - 403 Forbidden - by geem - 02-26-2020, 08:57 AM
RE: CodeInigter 4 - 403 Forbidden - by zahhar - 02-26-2020, 11:16 AM
RE: CodeInigter 4 - 403 Forbidden - by geem - 02-26-2020, 11:30 AM
RE: CodeInigter 4 - 403 Forbidden - by zahhar - 02-27-2020, 12:39 AM
RE: CodeInigter 4 - 403 Forbidden - by littlej - 03-01-2020, 11:05 PM
RE: CodeInigter 4 - 403 Forbidden - by John_Betong - 03-02-2020, 09:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB