Hi Everyone,
I asked this in the s2Member area and Tim had said to turn of the trailing slash option in CometCache. I would like to if possible just disable the trailing slash at the folder s2member-files. I am hoping someone knows how to do this in this side of the group.
Is this the correct info to do that?
RewriteCond %{REQUEST_URI} !(?:^|/)wp-content/plugins/s2member-files(?:/|$)
I know how to do root level stuff but not sure about nested directories. Basically I just want to tell CometCache it can still allow the trailing slashes except for the wp-admin folder and the directory in s2members files.
The reason for this is I can’t get s2Member to use Amazon s3 with CometCache enabled and I am going on Tim’s suggestion on turning this function off.
For Jason if there is any input you could direct me to I would greatly appreciate it.
Thanks for any help,
Ross
This line by itself looks fine, but can you paste the full context in which this condition is applied? I’m not sure exactly what you’re trying to accomplish with this yet, but maybe if I see the full context it will hit me.