equal
deleted
inserted
replaced
49 takes to the http::: |
49 takes to the http::: |
50 |
50 |
51 RewriteCond %(REQUEST_URI) ^/demo |
51 RewriteCond %(REQUEST_URI) ^/demo |
52 RewriteRule ^/demo$ /demo/ |
52 RewriteRule ^/demo$ /demo/ |
53 RewriteRule ^/demo/(.*) http://127.0.0.1:8080/$1 [L,P] |
53 RewriteRule ^/demo/(.*) http://127.0.0.1:8080/$1 [L,P] |
54 |
54 |
55 and for the https::: |
55 and for the https::: |
56 |
56 |
57 RewriteCond %(REQUEST_URI) ^/ demo |
57 RewriteCond %(REQUEST_URI) ^/ demo |
58 RewriteRule ^/demo$/demo/ |
58 RewriteRule ^/demo$/demo/ |
59 RewriteRule ^/demo/(.*) http://127.0.0.1:8080/https/$1 [L,P] |
59 RewriteRule ^/demo/(.*) http://127.0.0.1:8080/https/$1 [L,P] |