CodeIgniter Forums
Permits for installing ci4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: Permits for installing ci4 (/showthread.php?tid=71853)



Permits for installing ci4 - cjam - 10-01-2018

Hello everyone, as the title says I need to know exactly what kind of permissions to give the folder to work and I do not get the error 403

PS: The operating system is Linux


RE: Permits for installing ci4 - InsiteFX - 10-02-2018

Read this:

Linux File Permissions


RE: Permits for installing ci4 - titounnes - 10-02-2018

(10-02-2018, 03:16 AM)InsiteFX Wrote: Read this:

Linux File Permissions

change ownership of writable directory with php cutrent user. For raxample, in apachr usually curent user is www-data, or nginx on nginx. Depend on setting in www.conf, or nginx.conf or httpd.conf.


RE: Permits for installing ci4 - cjam - 10-02-2018

(10-02-2018, 06:47 AM)titounnes Wrote:
(10-02-2018, 03:16 AM)InsiteFX Wrote: Read this:

Linux File Permissions

change ownership of writable directory with php cutrent user. For raxample, in apachr usually curent user is www-data, or nginx on nginx. Depend on setting in www.conf, or nginx.conf or httpd.conf.

I understand what you say, I had already applied this command

`sudo chown -R www-data: www-data ci4`, but even so it keeps giving me error 403 .. Could they be more specific?


RE: Permits for installing ci4 - sv3tli0 - 10-02-2018

(10-02-2018, 06:55 AM)cjam Wrote:
(10-02-2018, 06:47 AM)titounnes Wrote:
(10-02-2018, 03:16 AM)InsiteFX Wrote: Read this:

Linux File Permissions

change ownership of writable directory with php cutrent user. For raxample, in apachr usually curent user is www-data, or nginx on nginx. Depend on setting in www.conf, or nginx.conf or httpd.conf.

I understand what you say, I had already applied this command

`sudo chown -R www-data: www-data ci4`, but even so it keeps giving me error 403 .. Could they be more specific?

Sounds as your apache does allows this folder .. go to ur apache config file and add this folder there .. allow all