1 |
diff -Nur e-smith-ibays-2.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent e-smith-ibays-2.2.0_bz9194/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent |
2 |
--- e-smith-ibays-2.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent 2016-01-20 21:55:49.680248330 +0100 |
3 |
+++ e-smith-ibays-2.2.0_bz9194/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent 2016-01-20 21:56:49.541243518 +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) |