.htaccess not loading on subdirectory (2 levels)

David

Active Member
#21
I fixed a bug about the auto load .htaccess, can you still comment out the context dir2 block to check if the new 1.4.50 will work.
Code:
#context /dir1/dir2 {
#allowBrowse             1
#}
Command is still
/usr/local/lsws/admin/misc/testbeta.sh 1.4.50

Thanks.
David
 
#22
Code:
2019-08-01 17:06:30.147206 [INFO] RewriteFile [/srv/xxxxxxxxx/www/dir1/.htaccess] parsed, return 0.
2019-08-01 17:06:30.147260 [INFO] RewriteBase [/dir1/dir2/] parsed, set to HttpContext 0x2118410.
2019-08-01 17:06:30.147283 [INFO] RewriteFile [/srv/xxxxxxxxx/www/dir1/dir2/.htaccess] parsed, return 0.
2019-08-01 17:07:43.124641 [INFO] RewriteBase [/dir1/dir2/dir3/] parsed, set to HttpContext 0x21ee700.
2019-08-01 17:07:43.124671 [INFO] RewriteFile [/srv/xxxxxxxxx/www/dir1/dir2/dir3/.htaccess] parsed, return 0.
Great! It is working now :D
I even tried with another directory, dir3, and it worked!

Great job, David, thank you very much
 
Top