I'm just writing a little Shell Script that output Apache Virtual Host entries but for the ReWrite Rules I need to modify a variable:
e.g.
I have:
$DOMAIN="domain.com"
buthow can I modify it to:
$DOMAIN="domain\.com"
Is there a way to do so?
sjau
P.S.: It should also work with 2-letter TLDs also.