[us...@httpd] RewriteCond how to set variable

2010-12-21 Thread Campbell, Lance
I have the following RewriteCond. I put numbers in front of each line for reference: 1) RewriteCond %{QUERY_STRING} !XSL=NONE [NC] 2) RewriteCond %{QUERY_STRING} calId=([0-9]+) [NC] 3) RewriteCond %{QUERY_STRING} skinId=([0-9]+) [NC] 4) RewriteRule ^/calendar

Re: [us...@httpd] RewriteCond how to set variable

2010-12-21 Thread Eric Covener
1)  RewriteCond %{QUERY_STRING} !XSL=NONE [NC] 2)  RewriteCond %{QUERY_STRING} calId=([0-9]+) [NC] 3)  RewriteCond %{QUERY_STRING} skinId=([0-9]+) [NC] 4)  RewriteRule ^/calendar http://test.webservices.illinois.edu/calendar/list/%1?skinId=%2  [L] some other options to