Sitewide 301 Redirect with a subset of different redirects
        Posted  
        
            by Mike E.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mike E.
        
        
        
        Published on 2010-03-13T18:02:46Z
        Indexed on 
            2010/03/13
            18:05 UTC
        
        
        Read the original article
        Hit count: 866
        
I am trying to make a sitewide 301 redirect for a site with around 400 pages but also have a subset of about 10 individual pages that don't follow the sitewide redirect and should point somewhere else.
Any ideas how to format such redirect rules so the sitewide redirect doesnt conflict with the subset pages redirect?
I am starting with the sitewide redirect rule as:
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.name.com/$1 [R=301,L]
© Stack Overflow or respective owner