Re: [users@httpd] URL Rewrite Question

2014-03-28 Thread Michael Streeter
On 3/28/2014 9:39 AM, Brian Gaber wrote: This is my first attempt at using RewriteRule. I have about 200 webpages the contain SPS or MENU (in UPPER or lower case) that I want to send to a webpage on another server. I thought this might work, but it has not. RewriteCond %{REQUEST_URI} (SPS

[users@httpd] URL Rewrite Question

2014-03-28 Thread Brian Gaber
This is my first attempt at using RewriteRule. I have about 200 webpages the contain SPS or MENU (in UPPER or lower case) that I want to send to a webpage on another server. I thought this might work, but it has not. RewriteCond %{REQUEST_URI} (SPS|MENU) RewriteRule ^/$ http: