Re: [EMAIL PROTECTED] Looking for suggestions for URL redirection

2008-01-19 Thread solprovider
On 1/18/08, Myles Wakeham <[EMAIL PROTECTED]> wrote: > I have a web application running on Linux in Apache 2, php5. The > application manages a media database that is accessed by subscription. The > content is served off separate Apache servers – some are located in > different geographic regions

RE: [EMAIL PROTECTED] Looking for suggestions for URL redirection

2008-01-18 Thread Myles Wakeham
for suggestions for URL redirection I'd suggest using RewriteCond's in Apache to check the request headers for the right behavior and to deny if not right. > > Hi there, I hope that someone might have an idea or suggestion to help > me here. > > I have a web application r

Re: [EMAIL PROTECTED] Looking for suggestions for URL redirection

2008-01-18 Thread Michael McGlothlin
I'd suggest using RewriteCond's in Apache to check the request headers for the right behavior and to deny if not right. Hi there, I hope that someone might have an idea or suggestion to help me here. I have a web application running on Linux in Apache 2, php5. The application manages a media

[EMAIL PROTECTED] Looking for suggestions for URL redirection

2008-01-18 Thread Myles Wakeham
Hi there, I hope that someone might have an idea or suggestion to help me here. I have a web application running on Linux in Apache 2, php5. The application manages a media database that is accessed by subscription. The content is served off separate Apache servers - some are located in diff