I would like to use a path contained in a variable to include a file in an shtml/SSI page. Basically, I would like to set a variable with mod_rewrite first and then process the filename contained in the var.
<!--#include virtual="some_variable"-->
Is this possible without using another scripting language?