Seems so simple, proves to be tough to find ...
In my .htaccess file I want to create following rewriteRule:
RewriteRule (.*)$ %{HTTP_HOST} + /home.html
Can someone pls tell me how to concatenate a .htaccess variable (HTTP_HOST) and a string (/home.html)
And NO, I cannot redirect to /home.html directly because this .htaccess file serves 2 different domains which are both each located in a subdirectory in my webspace. Apparently the .htaccess file doesn't work when put into a subdirectory .