Skip to content

ijklim/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache HTTP Web Server with PHP

Samples include header() commands, Basic authentication scheme, .htaccess settings, JSON response

Deployment on shared hosting

  • Upload all files and folders to remote folder on web host, e.g. /public_html__server
  • Create a subdomain to point to the folder, e.g. server.my-domain.com

Troubleshoot

Error Forbidden: You don't have permission to access this resource

  • Ensure all files have permission 644 and directories have permission 755