On Apr 19, 2013, at 4:48 AM, "Pete Houston" wrote:
> On Mon, Apr 15, 2013 at 06:57:13PM -0400, Chris Arnold wrote:
>> We have a server at http://rootsite.net. We also have another site/app that
>> runs at http://apps.rootsite.net. We host client applications on our server
>> using apache so the
On Mon, Apr 15, 2013 at 06:57:13PM -0400, Chris Arnold wrote:
> We have a server at http://rootsite.net. We also have another site/app that
> runs at http://apps.rootsite.net. We host client applications on our server
> using apache so the above site/app needs to be
> http://apps.ourclientsdomai
On Apr 15, 2013, at 7:51 PM, "Chris Arnold" wrote:
> On Apr 15, 2013, at 7:41 PM, "Daniel Ruggeri" wrote:
>
> > On 4/15/2013 6:34 PM, Chris Arnold wrote:
> >> Actually, it is the RedirectMatch specifically causing the problem. How to
> >> specify only match http://apps.somesite.tld?
> >
> > Yo
On Apr 15, 2013, at 7:41 PM, "Daniel Ruggeri" wrote:
> On 4/15/2013 6:34 PM, Chris Arnold wrote:
>> Actually, it is the RedirectMatch specifically causing the problem. How to
>> specify only match http://apps.somesite.tld?
>
> You can't. You have to use RewriteCond (as you have) and then use
>
On 4/15/2013 6:34 PM, Chris Arnold wrote:
> Actually, it is the RedirectMatch specifically causing the problem. How to
> specify only match http://apps.somesite.tld?
You can't. You have to use RewriteCond (as you have) and then use
"RewriteRule ^/$ /somealias/" in place of the RedirectMatch that
On Mon, Apr 15, 2013 at 6:57 PM, Chris Arnold
wrote:
> We have a server at http://rootsite.net. We also have another site/app that
> runs at http://apps.rootsite.net. We host client applications on our server
> using apache so the above site/app needs to be
> http://apps.ourclientsdomain.tld. H
On Mon, Apr 15, 2013 at 6:57 PM, Chris Arnold
wrote:
> We have a server at http://rootsite.net. We also have another site/app that
> runs at http://apps.rootsite.net. We host client applications on our server
> using apache so the above site/app needs to be
> http://apps.ourclientsdomain.tld. H
We have a server at http://rootsite.net. We also have another site/app that
runs at http://apps.rootsite.net. We host client applications on our server
using apache so the above site/app needs to be
http://apps.ourclientsdomain.tld. Here is what i have gotten to work in the
site/app virtual hos