I am trying to use the Apache mod_rewrite module to rewrite a URL in the httpd.conf fileas follows:
RewriteRule "^/$" "<my URL> [L]"
However, this issues a 'Redirect' - with a HTTP status code of '302', which slows the process down.
I want Apache to process this request...