As recommended in CodeIgniter documentation [1], the files were copied to the application folder instead of the system folder. More info: https://github.com/bcit-ci/codeigniter3-translations [1] https://codeigniter.com/userguide3/libraries/language.html
		
			
				
	
	
		
			11 行
		
	
	
	
		
			131 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 行
		
	
	
	
		
			131 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
	<title>403 Forbidden</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
<p>Directory access is forbidden.</p>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |