View Single Post
  #1  
Old 12-17-2011, 11:31 PM
dihuta dihuta is offline
Member
 
Join Date: Oct 2010
Posts: 37
Default [solved] LSLB Rewrite doesn't work

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

Quote:
RewriteEngine on
RewriteRule ^test.rss http://www.google.com/ [L,R=301]
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.

Last edited by NiteWave; 12-18-2011 at 12:46 AM..
Reply With Quote