How to write an IF contains condition matching 2 ENV variables set via RewriteRules – Apache
To give context, the goal: Using apache httpd I need to test a contextual segment of the request uri is contained within a cookie value sent in the header before redirect the user to a splash page for cookie confirmation,…