Search results

  1. P

    .htaccess not loading on subdirectory (2 levels)

    Oh, ok, so it is a known limitation... =) I will talk to our staff so they know they should create a context to fix any .htaccess not being read. Thanks!
  2. P

    .htaccess not loading on subdirectory (2 levels)

    it also worked 2019-07-31 16:13:01.903635 [INFO] [config:server:vhosts:vhost:xxxxxxxxx] config context /dir1/dir2. 2019-07-31 16:13:01.903747 [INFO] RewriteFile [/srv/xxxxxxxxx/www/dir1/dir2/.htaccess] parsed, return 0.
  3. P

    .htaccess not loading on subdirectory (2 levels)

    Yes, setting a context works. I tried this: context /dir1/dir2 { allowBrowse 1 rewrite { enable 1 autoLoadHtaccess 1 } } 2019-07-31 16:03:21.381490 [INFO] RewriteFile [/srv/XXXXX/www/dir1/dir2/.htaccess] parsed, return 0. And the rewrite worked.
  4. P

    .htaccess not loading on subdirectory (2 levels)

    Yep, on my vhost I have the following: rewrite { enable 1 autoLoadHtaccess 1 } Like I said, every .htaccess is being load at root and root/firstDir. Only when the htaccess is inside another directory it doesn't load, like root/firstDir/secondDir/.htaccess I tried...
  5. P

    .htaccess not loading on subdirectory (2 levels)

    Yeah, still not working :/ 2019-07-31 15:11:28.963382 [NOTICE] [Child: 31635] LiteSpeed/1.4.50 Open starts successfully! 2019-07-31 15:11:35.841520 [INFO] RewriteBase [/dir1/] parsed, set to HttpContext 0x10c7d00. 2019-07-31 15:11:35.841665 [INFO] RewriteFile [/srv/xxxxxxxxxx/www/dir1/.htaccess]...
  6. P

    .htaccess not loading on subdirectory (2 levels)

    Oh right, I forgot to say. I'm using OLS 1.4.49 :/ I tried the 1.5.4 now, but no luck yet. I even tried to remove the dir1/.htaccess and leave only dir1/dir2/.htaccess, but same thing. The .htaccess from dir2 never gets read.
  7. P

    .htaccess not loading on subdirectory (2 levels)

    Hello guys, how are you? =) I'm working on hundreds of OLS installations for a managed cloud hosting, and I started to notice a common problem: If I have the following dir structure, the last .htaccess doesn't get read: /srv/user/www/.htaccess /srv/user/www/dir1/.htaccess...
Top