cyberwolf14
Programmer
Hello
I have a site on a free server and I have the following problem:
[tt]main dir => User: lowie
=> Group: lowie
+dir1 => User: lowie
=> Group: lowie
+dir2 => User: 48
=> Group: 48[/tt]
The main dir and a dir inside it (dir1) user and group is set to "lowie" (wich is good)
but a dir in dir1 user and group is set to 48 (wich is not good)
I an't write any files in it with php and I can't delete any files in it anymore (Warning: SAFE MODE Restriction in effect. The script whose uid/gid is 877/877 is not allowed to access dir1/dir2/file1.txt owned by uid/gid 48/48)
How can I change the folder group and user??
Can I do it with htaccess??
I have a site on a free server and I have the following problem:
[tt]main dir => User: lowie
=> Group: lowie
+dir1 => User: lowie
=> Group: lowie
+dir2 => User: 48
=> Group: 48[/tt]
The main dir and a dir inside it (dir1) user and group is set to "lowie" (wich is good)
but a dir in dir1 user and group is set to 48 (wich is not good)
I an't write any files in it with php and I can't delete any files in it anymore (Warning: SAFE MODE Restriction in effect. The script whose uid/gid is 877/877 is not allowed to access dir1/dir2/file1.txt owned by uid/gid 48/48)
How can I change the folder group and user??
Can I do it with htaccess??