[Resolved].htaccess php_value and php_flag being ignored in sub-directory

Status
Not open for further replies.

NiteWave

Administrator
#21
just confirmed: I can reproduce this issue in my env with latest 5.0.16

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>
comment out "allow from all" line, the issue is gone.
with it, the issue exists.
 
Last edited by a moderator:
L

Long

Guest
#23
Hi, Mike,
Thanks for getting back.
Just talked to our developer again on your request.
They say they will see whether can get some time for it today.
Recently they were super busy.
But your concern showed is important to us.
Hopefully we can get it resolved today.
Long
 
Status
Not open for further replies.
Top