In my client's ftp the old files have 3002 3000
value in owner/group column.
But when I upload a new page it has 3002 3002 and I can't access this file.
When I try to load this new page it displays error:
NetworkError: 500 Internal Server Error
Why this happen?
If there is any php code to change the 3002 3002
to 3002 3000
?
How can I change owner/group value ? Can I change the owner/group Id using any php code?
I already used chown()
function , but nothing will happen the owner/group column value in ftp still displaying 3002 3002