Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
in the DSO support area of httpd.conf, which is where all of the other necessary 'LoadModule's are uncommented. --Josh GreenwoodOn 10/5/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/5/05, Josh Greenwood <[EMAIL PROTECTED]> wrote:> Here is the rewritecond with the

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
eenwoodOn 10/5/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/5/05, Josh Greenwood <[EMAIL PROTECTED]> wrote:> No, the quoted rewritelog is the result of the [P] flag not being there. The> problem is when the [P] flag is there, it >  grabs the page out of the local 'webco

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
No, the quoted rewritelog is the result of the [P] flag not being there. The problem is when the [P] flag is there, it grabs the page out of the local 'webcontent' folder instead of getting the Internet version. --Josh GreenwoodOn 10/5/05, Joshua Slive <[EMAIL PROTECTED]> wrote:

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
est.com/ (1) escaping http://www.test.com/ for redirect (1) redirect to http://www.test.com/ [REDIRECT/302] My question: How do I go about ignoring the local 'www.test.com' folder and serving the actual page from www.test.com? --Josh Greenwood On 10/5/05, Joshua Slive <[EMAIL PROTECTED]

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
Slive <[EMAIL PROTECTED]> wrote: On 10/4/05, Josh Greenwood <[EMAIL PROTECTED]> wrote:> Hello,>  I am using Apache 2.0.54. I am having difficulty with the following> rewritecond/rewriterule: >>  # See if the requested page is http://www.test.com>  Re

[EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-04 Thread Josh Greenwood
rewriteconds seem to be doing their intended jobs, the rewriterule is not retrieving the page 'www.test.com' from the Internet. I appreciate any ideas. -Josh Greenwood