Thread
:
mod_rewrite issue
View Single Post
#
2
(
permalink
)
07-03-09, 06:57 PM
wirehopper
-
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.
wirehopper
View Public Profile
Find all posts by wirehopper