calvinmicklefinger
Technical User
I am trying to use
ReWriteRule ^([A-Za-z]+)$ $1.shtml [E=MY_VAR:$1,L]
to set a custom environment variable that the SSI includes can use in my HTML page as
<!--#echo var="MY_VAR" -->
The Env or E variable MY_VAR is not being passed and although the Apache documentation seems to say it will, I can't get it to work or find out how.
Can anyone help.
Many Thanks.
ReWriteRule ^([A-Za-z]+)$ $1.shtml [E=MY_VAR:$1,L]
to set a custom environment variable that the SSI includes can use in my HTML page as
<!--#echo var="MY_VAR" -->
The Env or E variable MY_VAR is not being passed and although the Apache documentation seems to say it will, I can't get it to work or find out how.
Can anyone help.
Many Thanks.