On Mon, Jun 26, 2017 at 3:16 PM, David Mehler <dave.meh...@gmail.com> wrote:
> I'm using apache 2.4. What is the difference between these lines?
>
> Redirect permanent / http://www.domain.com
>     RewriteRule ^/?(.*) http://www.domain.com/$1 [R,L]

Nothing really, when you add the 'R' flag you're asking mod_rewrite to
redirect instead of performing an internal rewrite of the URL or file
path.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to