Notice to IE and other, excluding Firefox

New to mod_rewrite? This is a good place to start.

Postby huyhoa » Thu Jun 04, 2009 8:41 pm

richardk wrote:Are they in a specific directory?
Do they have specific file extensions?


Yes, all in /images/ and subfolder directory
All file extensions are .jpg, .gif, .png and .css
huyhoa
 
Posts: 35
Joined: Tue Nov 28, 2006 2:25 am

Postby richardk » Fri Jun 05, 2009 10:45 am

Yes, all in /images/ and subfolder directory

Code: Select all
RewriteCond %{REQUEST_URI} !^/images(/.*)?$ [NC]


All file extensions are .jpg, .gif, .png and .css

Code: Select all
RewriteCond %{REQUEST_URI} !^/.+\.(css|gif|jpg|png)$ [NC]
richardk
 
Posts: 8800
Joined: Wed Dec 21, 2005 7:50 am

Previous

Return to Beginner's Corner

Who is online

Users browsing this forum: No registered users and 107 guests

cron