View Single Post
  #2 (permalink)  
Old 07-03-09, 06:57 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Put this right after the RewriteBase. It should prevent rewrites for all files with those extensions. Added any other extensions you want.

Code:
RewriteRule   ^*\.(jpe?g|png|gif|css)$ -
(Not tested)

I don't think this will impact SEO, one way or another.
Reply With Quote