Hello,
Today I try to use Rewrite feature of LSLB but it doesn't work.
Here what I try:
Virtual Host -> my virtual host -> Rewrite
- Enable Rewrite to Yes
- Rewrite rules to test
The I try www.mydomain.com/test.rss
Nothing happen, page not found. This rule works fine if I put it in .htaccess of a node.
Please help me to use it.
Thank you.
Today I try to use Rewrite feature of LSLB but it doesn't work.
Here what I try:
Virtual Host -> my virtual host -> Rewrite
- Enable Rewrite to Yes
- Rewrite rules to test
RewriteEngine on
RewriteRule ^test.rss http://www.google.com/ [L,R=301]
RewriteRule ^test.rss http://www.google.com/ [L,R=301]
Nothing happen, page not found. This rule works fine if I put it in .htaccess of a node.
Please help me to use it.
Thank you.
Last edited by a moderator: