Using Yahoo%26#039;s Web Hosting Control panel, I find absolutely nothing that points me to %26quot;Change File Permissions.%26quot;
For example, help instruction mentions this code,
%26quot;chmod (%26quot;/directory/file.php%26quot;, 0644);%26quot;
But they fail to say what to do with it, HOW to get it to the proper place, and exactly WHERE that place is.
All I need to do is change one %26quot;file permission.%26quot; It%26#039;s a PHP filed called config.php.
I%26#039;ve read Yahoo%26#039;s instructions over and again, and still find them very vague. They tell you WHAT to do, but not HOW or WHERE to find the items to which they refer.
For example, they simply say, %26quot;use the php function chmod to change file permissions.%26quot;
Attempting to follow that instruction, nothing on Yahoo web hosting control panel points to %26quot;permissions%26quot; button or icon.
How do you Change File Permissions using Yahoo Web Hosting Control Panel?
You cannot change file permissions using Yahoo! Control Panel; you can only change permissions for whole directories by restricting it to users with certain names and passwords or removing those restrictions.
As to the code you specified:
chmod (%26quot;/directory/file.php%26quot;, 0644)
you should put in inside a PHP script. Since you use an absolute file reference (the path starts with a %26quot;/%26quot;), it does not matter where this script is located.
No comments:
Post a Comment