RE: [us...@httpd] Problems with redirects...

2009-02-16 Thread Ken Morley
...@googlemail.com] Sent: Monday, February 16, 2009 2:26 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Problems with redirects... 2009/2/16 Ken Morley : > Our httpd.conf file contains: > ># Redirects to accomodate PDA's and other tiny screens... >RewriteCond %{HTTP_USER_AGENT}

Re: [us...@httpd] Problems with redirects...

2009-02-16 Thread Bob Ionescu
2009/2/16 Ken Morley : > Our httpd.conf file contains: > ># Redirects to accomodate PDA's and other tiny screens... >RewriteCond %{HTTP_USER_AGENT} "BlackBerry" [NC] >RewriteCond %{HTTP_HOST} ^www\.saddlebrook\.com$ [NC] >RewriteRule ^/(.*) http://www.saddlebrook.com/pda [L,R] > > T