--- smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28FreePBXProxyPass.remove_admin_alias 2008-09-12 09:20:23.000000000 +0200 +++ smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28FreePBXProxyPass 2009-03-27 09:47:50.000000000 +0100 @@ -14,7 +14,7 @@ $OUT .= " ProxyPass /freepbx http://127.0.0.1:${'httpd-fpbx'}{TCPPort}/freepbx\n"; $OUT .= " ProxyPassReverse /freepbx http://127.0.0.1:${'httpd-fpbx'}{TCPPort}/freepbx\n"; } - foreach my $url qw(admin panel recordings){ + foreach my $url qw(panel recordings){ $OUT .= " RewriteRule ^/$url(.*|\$) /freepbx/$url\$1 [L,R]\n"; }