blacknight
Verified User
One of our clients has requested the following:
I know that it isn't a rewrite
What I was wondering, however, is if there is any way of adding this to httpd.conf without it being overwritten?
I suppose the other alternative would be for them to use a mod_rewrite rule in a .htaccess
Any thoughts?
Code:
Basically in apache's httpd.conf file I would like to add the [R] flag after
the rewrite rule which changes domain.tld to
[url]www.domain.tld[/url]
I know that it isn't a rewrite
What I was wondering, however, is if there is any way of adding this to httpd.conf without it being overwritten?
I suppose the other alternative would be for them to use a mod_rewrite rule in a .htaccess
Any thoughts?