496
edits
No edit summary |
m (→Permissions) |
||
Line 9: | Line 9: | ||
== Permissions == | == Permissions == | ||
It is important to make sure that the webpages have the correct permissions, or they won't be visible to others. File permissions determine who can access your file. Your public_html folder needs to be readable, writable and executable to yourself and executable to everyone else. The files in your public_html need to be readable and writable to yourself but only readable to everyone else. | It is important to make sure that the webpages have the correct [[File Permissions|file permissions]], or they won't be visible to others. File permissions determine who can access your file. Your public_html folder needs to be readable, writable and executable to yourself and executable to everyone else. The files in your public_html need to be readable and writable to yourself but only readable to everyone else. | ||
You can change file permissions using the chmod command. The following commands will set the correct permissions for your public_html folder and index.html: | You can change file permissions using the chmod command. The following commands will set the correct permissions for your public_html folder and index.html: |
edits