Oh dear didn't work. I didn't get anything happening - even with the correct brackets!
After a bit of fiddling about I ended up with this:
Code:
RewriteEngine On
RewriteCond %{SERVER_NAME} domain2\.com
RewriteRule typography\.css$ /assets/typography2\.css [L]
When I put the domain1.com in place of domain2.com I do get the typography2.css showing - but for both sites.
I tried paths from the root for both parts of the rewrite rule as well - the one above - with just the file name for the first part and the path from root for the second part.
I also added an escape before the '.' for typography2.css.
Any idea?
Bookmarks