i need to change the file permissions, How can i do that?
for an eg: general.php - default permission is 0666, but i need to change into 0777.
How can i do that,
Thanks in advance.How can i change the apache server file permissions?
Ok... 666 is read and write access. 777 will be read, write, execute. You're going to have to be careful with this because if your system becomes compromised, they will be able to execute any arbitrary code.
With that said...
1. Right click on the folder that you need to modify and select Properies.
2. Click on the Security tab.
3. Highlight the user that the webserver runs under (Apache?)
4. Check the box that says Read %26amp; Execute
That will give you the permissions you need.
No comments:
Post a Comment