Jump to content

regex help


haku

Recommended Posts

I've been trying to write a regex expression that matches any image in the domain:

 

static.exa-mple.com (the hyphen is deliberate).

 

The images may be at the root or in subfolders. I have this:

 

 

<FilesMatch "^http://static(.*).(ico|jpg|jpeg|png|gif)$">

Header set Expires "Sun, 30 Nov 2008 20:00:00 GMT"

 

</FilesMatch>

 

And it doesn't work. I've tried every variation I can think of with no success. Can anyone give me a hand? Thanks.

Link to comment
https://forums.phpfreaks.com/topic/134682-regex-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.