expression question
Posted: Fri Jan 26, 2007 12:09 pm
here is my regex:
its working fine but i don't know what's the function of "?ContentID=$1"
can anyone tell me about this?
thank you,
Code: Select all
RewriteRule ^prod/([0-9]+)/(a-z_)tic.html production.php?ContentID=$1can anyone tell me about this?
thank you,