I want to set an env variable that has the DOC_ROOT info but nothing
SetEnv PROJECT_BASE %{ENV:DOC_ROOT}
SetEnv LAYOUT_HOME %{ENV:PROJECT_BASE}"/html/app/wordpress/"
and then be able to access LAYOUT_HOME in php
How can I do this? The above is not working for me...
The problem is the base path is different on diff environments =/