Jump to content

Using <FilesMatch> for multiple files


devknob

Recommended Posts

Kinda unable to try this right now but I cant find an example of using <FilesMatch> with multiple files without wildcards anywhere.

 

Would something like this work?

 

<FilesMatch "index.php" "config.php">

...stuff

</FilesMatch>

 

or maybe

<FilesMatch (index.php|config.php)>

...stuff

</FilesMatch>

Link to comment
https://forums.phpfreaks.com/topic/251689-using-for-multiple-files/
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.