From c325a46e2fd42c5caeacbb4db38654c944ef5e5d Mon Sep 17 00:00:00 2001
From: Daniel Gruno
+<Directory "/var/www"> RewriteCond %{HTTP_HOST} ^example.com$ RewriteRule (.*) http://www.example.com/$1 @@ -1085,7 +1085,7 @@ configuration set up for mod_rewrite: <Directory "/var/www/sub"> RewriteRule ^foobar$ index.php?foobar=true </Directory> -
In this example, you will have set up two different contexts for mod_rewrite:
@@ -1622,7 +1622,12 @@ static int example_handler(request_req *r) ap_rprintf(r, "<b>%s</b>: %s<br/>", e[i].key, e[i].val); } return OK; +<<<<<<< .mine +} + +======= } +>>>>>>> .r1329854 @@ -1680,7 +1685,11 @@ static int example_handler(request_req* r) } return OK; } +<<<<<<< .mine + +======= +>>>>>>> .r1329854 -- 2.50.1