apache - apache2 RewriteRule target single question mark -


could explain single ? placed @ target of rewriterule in apache2 means?

syntax: rewriterule pattern target [flag1,flag2,flag3]  rewriterule ^       ?      [end,e=error-notes:blacklisted-user-agent] or rewriterule .*      ?      [f,l] 

and where's error-notes environment variable used?


what know far:

it drops query string, example /posts?page=5 become /posts?.

not sure error-notes.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -