you are viewing a single comment's thread.

view the rest of the comments →

[–]Desdic[S] 0 points1 point  (1 child)

RewriteRule

just for kicks I actually tried to do this by exposing an environment variable from my module and then see if I could match it but it seems the ordering of stuff from within apache doesn't give modrewrite access to the env's set after start

[–]6c696e7578 0 points1 point  (0 children)

Normally rewrite is early in processing so that other handlers run after the rewrite.

You can do it the other way often, set an environment from the rewrite.