Hi! I'm trying to make _session handler accessible via url like http://mysite.com/_session while using rewrite rules. I get the following error: {"error":"insecure_rewrite_rule","reason":"too many ../.. segments"}
I found that it could be fixed with adding this to an ini file: [httpd] secure_rewrites = false Is there a way to allow _session without disabling secure_rewrites? Thanks, Anthony
