What's missing for us is the ability to set vars that Apache sees. I'd like to be able to do this in our .htaccess:
RewriteRule ^ %{ENV:APP_URL}%{REQUEST_URI} [last,redirect=301]
Without the ability to use variables, we need a separate .htaccess for each environment
What's missing for us is the ability to set vars that Apache sees. I'd like to be able to do this in our .htaccess:
RewriteRule ^ %{ENV:APP_URL}%{REQUEST_URI} [last,redirect=301]
Without the ability to use variables, we need a separate .htaccess for each environment