Welcome Guest, Not a member yet? Register   Sign In
Permits for installing ci4
#1

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
Reply
#2

Read this:

Linux File Permissions
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(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.
Reply
#4

(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?
Reply
#5

(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
Best VPS Hosting : Digital Ocean
Reply




Theme © iAndrew 2016 - Forum software by © MyBB