Not is working i have errors when i try to play many rules
Code:
RewriteRule ^/example/$ /example.html [L]
Code:
RewriteRule ^example$ /example.html [R=301,L]
Code:
RewriteRule ^example(.*) /example.html [R=301,L]
all this always return me this
[REWRITE] Rule: Match '/example' with pattern '^example$', result: -1
2009-03-28 18:11:43.479 [INFO] [x.x.x.x:2318-0#example] File not found [/home/user/example.net/example]
Of course there isn't folder called example and that is why i have 404 error.
Dunno it's webserver i'm using litespeed, i've read that the syntax are equals to apache and should not give problems.