View Single Post
  #2 (permalink)  
Old 07-03-09, 06:57 PM
wirehopper's Avatar
wirehopper wirehopper is offline
Community Liaison
 
Join Date: Feb 2006
Posts: 1,563
Thanks: 2
Thanked 25 Times in 25 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