Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-19 Thread Chris Arnold
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

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-19 Thread Pete Houston
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

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-17 Thread Chris Arnold
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

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-15 Thread Chris Arnold
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 >

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-15 Thread Daniel Ruggeri
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

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-15 Thread Chris Arnold
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

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-15 Thread Eric Covener
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

[users@httpd] Rewrite Rule Rewriting root site

2013-04-15 Thread Chris Arnold
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