Buradasın
Understanding public_html Folder in Web Hosting
ukhost4u.com/knowledge-base/understanding-the-public_html-folder/Yapay zekadan makale özeti
- What is public_html
- Public_html folder stores website files accessible through web browsers
- Also known as web root in most hosting control panels
- Located in File Manager of cPanel
- Default Files
- Contains index.html, default.html, home.html, welcome.html
- Supports PHP and ASP scripting languages
- cPanel does not support .ASP pages
- Subdomains and Addon Domains
- Addon domains and subdomains can be created within public_html
- All shared accounts use single public_html folder
- Subfolders typically follow /public_html/sub/ format
- Security Permissions
- Folder itself should have 0755 permissions
- All folders within public_html should have 0755 permissions
- Files should have 0755 or 0644 permissions
- Avoid using 777 permissions for security reasons