Correct file permissions are essential for security and functionality. This tutorial will guide you through setting and managing file and folder permissions in Voltic Host Web Panel.
π Prerequisites
-
A web hosting account with Voltic Host.
-
Access to Voltic Host Web Panel.
-
A website hosted on your Voltic Host server.
1οΈβ£ Accessing File Manager to View Permissions
-
Log in to Voltic Host Web Panel.
-
Click on Files in the top menu to open the File Manager.
-
Navigate to your websiteβs directory:
/home/user/web/yourdomain.com/public_html/
-
Look at the Permissions column for each file and folder.
β You are now viewing file permissions!
2οΈβ£ Changing File and Folder Permissions
-
In File Manager, locate the file or folder you want to modify.
-
Right-click the file and select Change Permissions.
-
Adjust the permissions using the checkboxes or enter numeric values manually:
-
644 β Standard for files (readable by everyone, writable by the owner).
-
755 β Standard for folders (read and execute permissions for everyone, writable by the owner).
-
600 β Private files (only the owner can read and write).
-
777 β Not recommended (allows everyone full access).
-
-
Click Save to apply the changes.
β File permissions have been updated successfully!
3οΈβ£ Changing Permissions via FTP or SSH
If you prefer using FTP or SSH:
Using FTP (FileZilla or WinSCP)
-
Connect to your server using FTP.
-
Navigate to your website directory.
-
Right-click the file or folder and select File Permissions.
-
Enter the numeric value (e.g.,
644
for files,755
for directories). -
Click OK to save changes.
Using SSH (Command Line)
-
Connect to your server via SSH.
-
Navigate to your website directory:
cd /home/user/web/yourdomain.com/public_html/
-
Change file permissions using the
chmod
command:chmod 644 filename.php chmod 755 foldername
β File permissions have been successfully modified using FTP/SSH!
π Conclusion
You have successfully managed file permissions in Voltic Host Web Panel! Proper permissions enhance security and ensure your website functions correctly.
For more assistance, contact Voltic Host Support. π