v1.4.30.
In admin panel, Virtual Host > Rewrite, when I add Rewrite Rules, it creates malformed rules in vhconf.conf. For example, when I add "rewriteFile /vagrant/.htaccess" to the admin ui interface and save, then it creates:
rewrite {
enable 1
logLevel 9
rewriteFile /vagrant/.htaccess
}
This wouldn't work. This should create something like:
rewrite {
enable 1
logLevel 9
rules rewriteFile /vagrant/.htaccess
}
I've tried with normal rewrite rules and same thing happens. it doesn't work at all.
In admin panel, Virtual Host > Rewrite, when I add Rewrite Rules, it creates malformed rules in vhconf.conf. For example, when I add "rewriteFile /vagrant/.htaccess" to the admin ui interface and save, then it creates:
rewrite {
enable 1
logLevel 9
rewriteFile /vagrant/.htaccess
}
This wouldn't work. This should create something like:
rewrite {
enable 1
logLevel 9
rules rewriteFile /vagrant/.htaccess
}
I've tried with normal rewrite rules and same thing happens. it doesn't work at all.