Hello,
I need to set the Header depending on whether the file exists or not, I don't want to use php to set the Header when the file exists.
The example below should work but for some reason it doesn't work in openlitespeed, please help.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond...