1 |
diff -Nur e-smith-ibays-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent e-smith-ibays-2.4.0_bz9195/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent |
2 |
--- e-smith-ibays-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent 2016-01-20 21:47:55.517285799 +0100 |
3 |
+++ e-smith-ibays-2.4.0_bz9195/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent 2016-01-20 21:51:47.987267520 +0100 |
4 |
@@ -19,7 +19,7 @@ |
5 |
{ |
6 |
my $portspec = ($SSLPort eq 443) ? "" : ":$SSLPort"; |
7 |
$OUT .= " RewriteEngine on\n"; |
8 |
- $OUT .= " RewriteRule ^/(/.*|\$) https://%{HTTP_HOST}${portspec}/\$1 [R,L]\n"; |
9 |
+ $OUT .= " RewriteRule ^/(.*|\$) https://%{HTTP_HOST}${portspec}/\$1 [R,L]\n"; |
10 |
} |
11 |
|
12 |
if ($cgiBin) |