just confirmed: I can reproduce this issue in my env with latest 5.0.16
here's all contents of .htaccess in main dir:
	
	
	
		
comment out "allow from all" line, the issue is gone.
with it, the issue exists.
								here's all contents of .htaccess in main dir:
		Code:
	
	<IfModule litespeed>
php_value max_execution_time 600
php_value max_input_time 600
</IfModule>
<FilesMatch "\.(php)$">
allow from all
</FilesMatch>
	with it, the issue exists.
								
									Last edited by a moderator: