Return-Path: X-Original-To: apmail-roller-user-archive@www.apache.org Delivered-To: apmail-roller-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 748C61095B for ; Fri, 29 Nov 2013 09:25:23 +0000 (UTC) Received: (qmail 49682 invoked by uid 500); 29 Nov 2013 09:25:23 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 49489 invoked by uid 500); 29 Nov 2013 09:25:18 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 49481 invoked by uid 99); 29 Nov 2013 09:25:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 09:25:16 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gauravsaini03@gmail.com designates 209.85.160.53 as permitted sender) Received: from [209.85.160.53] (HELO mail-pb0-f53.google.com) (209.85.160.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 09:25:10 +0000 Received: by mail-pb0-f53.google.com with SMTP id ma3so14054653pbc.40 for ; Fri, 29 Nov 2013 01:24:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=dB4k1MhFbLpBO7lZjDEGSODTI2MQ3M6W2/QpSPo/d7Y=; b=FGT1JKiKE1kAjqQdA/KPVkFBUOseno8+zSOxoJviTTM6f49CZ13Dyoi8Tqd4m4WEzK I+8WpMO3wqccedkjPoDL6kp6+WrF7XJCyRvYvkAoC8fKXsm+e8/5y9Rvrl93364TgpcD 4QEyqecbs8FPtW52OhMwbZWODIZ/juYqbhrwJLLLj2/oQ/vxEWqawA0EBNQKYCtiqCP+ KpEV/3wHCoblJOMOd//cc1g5rINP7OaTXxTH1NfmXQJfbKk3c69GpXerxTBM0dIp0Pox ABtiNRBsqab11cB0Iv1eA679yyECEgXofaID/bKhfbI+bHfcOVakncUEjulSDAZd1d82 slvQ== X-Received: by 10.68.20.70 with SMTP id l6mr12441646pbe.152.1385717088784; Fri, 29 Nov 2013 01:24:48 -0800 (PST) Received: from [192.168.1.209] ([112.196.33.74]) by mx.google.com with ESMTPSA id fk4sm114249410pab.23.2013.11.29.01.24.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 29 Nov 2013 01:24:47 -0800 (PST) Message-ID: <52985D5B.5060307@gmail.com> Date: Fri, 29 Nov 2013 14:54:43 +0530 From: Gaurav User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: user@roller.apache.org Subject: multiple blog working without weblog.absoluteurl configuration Content-Type: multipart/alternative; boundary="------------060509060008020905030406" X-Virus-Checked: Checked by ClamAV on apache.org --------------060509060008020905030406 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello, I read about setting up multiple webblog in roller and running them on different website. I previously was using [1][2] in my roller.properties file but when I did not use this lines and directly write rewriterule in my application for different website still it work fine. Is there any other use of this configuration ? Below are rewrite rule I used in httpd (virtualhosts) file of both websites, as in both case when user hit the url /blog on different domains it will open different web-blog. RewriteRule ^/blog(.*) ajp://localhost:7009/blog/test$1 [P,L] RewriteRule ^/blog(.*) ajp://localhost:7009/blog/test2$1 [P,L] [1] - web.absoluteurl.blog1=http://www.test.com/blog [2] - web.absoluteurl.blog2=http://www.test2.com/blog Thanks Gaurav Saini* *** --------------060509060008020905030406--