hello i was using on previous version of directadmin with openlitespeed 1.6.15 this on my htaccess, there are multiple rewrite rules each one with different urls
RewriteEngine On
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
today, after updating i noticed it was not working none of these, i have cronjob to autoload htaccess, on ols vhost is autoload htaccess and rewrite enabled, also i tried restart ols and rebuild rewrite_config and still not working.
the only way to got it working was adding manually to custom 5 and all of these rules and worked again but i want to know why stopped working from htaccess
RewriteEngine On
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
RewriteRule ^/2016/03/hello.html https://www.xxxxxxx.ga/22444/84347 [R=301,L]
today, after updating i noticed it was not working none of these, i have cronjob to autoload htaccess, on ols vhost is autoload htaccess and rewrite enabled, also i tried restart ols and rebuild rewrite_config and still not working.
the only way to got it working was adding manually to custom 5 and all of these rules and worked again but i want to know why stopped working from htaccess