apache redirect based on a form values
I have an old web application that is fronted with Apache/2.2.34. I plan on using RewriteEngine and RewriteRule to redirect some requests without updating the application. However, one of the rules I need is dependent based off of form values.…