da_kidd_er
05-16-2006, 11:20 PM
Hi all,
I just would like to ask if my rulesets below are actually valid and will work. I'm actually concerned that on the right hand side (RHS)I have a back reference value, $1.
On the Left Hand Side there is no back reference: ^/files$
RewriteEngine on
RewriteRule ^/files$ /zzz/jms.jsp?nav=topic&topicId=506&noFrame$1 [L,R]
RewriteRule ^/docs$ /app/doc_US/jms.jsp?nav=topic&topicId=294$1 [NC,L,R]
RewriteRule ^/Signup$ /app/app_US/jms.jsp?nav=eservice&eservice=newsletter$1 [NC,L,R]
How does it handle this? Does it simply fail and fall through to the next RewriteRule?
Thanks for any input :)
I just would like to ask if my rulesets below are actually valid and will work. I'm actually concerned that on the right hand side (RHS)I have a back reference value, $1.
On the Left Hand Side there is no back reference: ^/files$
RewriteEngine on
RewriteRule ^/files$ /zzz/jms.jsp?nav=topic&topicId=506&noFrame$1 [L,R]
RewriteRule ^/docs$ /app/doc_US/jms.jsp?nav=topic&topicId=294$1 [NC,L,R]
RewriteRule ^/Signup$ /app/app_US/jms.jsp?nav=eservice&eservice=newsletter$1 [NC,L,R]
How does it handle this? Does it simply fail and fall through to the next RewriteRule?
Thanks for any input :)