Hi,
I wan't to import my rewrite apache config :
RewriteRule ^/([a-g]+)(.+)$ /nodes/node0004/www/kokoom.com/$1$2 [L]
RewriteRule ^/([h-p]+)(.+)$ /nodes/node0006/www/kokoom.com/$1$2 [L]
RewriteRule ^/(.+)$ /nodes/node0001/www/kokoom.com/$1
but this don't work with Litespeed. I have make a test with static context and
exp:^/([a-g]+)(.+)$ for the URI but i can't put $1 in location...
where the solution ?
Xobul
I wan't to import my rewrite apache config :
RewriteRule ^/([a-g]+)(.+)$ /nodes/node0004/www/kokoom.com/$1$2 [L]
RewriteRule ^/([h-p]+)(.+)$ /nodes/node0006/www/kokoom.com/$1$2 [L]
RewriteRule ^/(.+)$ /nodes/node0001/www/kokoom.com/$1
but this don't work with Litespeed. I have make a test with static context and
exp:^/([a-g]+)(.+)$ for the URI but i can't put $1 in location...
where the solution ?
Xobul