You should use curly brackets instead of parenthesis:
RewriteCond %{REQUEST_FILENAME} !-f
pritaeas
Posting Expert
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
I hope someone else can help you. Everything points to your code being correct, at least as far as I can tell.
pritaeas
Posting Expert
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
@pzuurveen: RewriteCond %{REQUEST_FILENAME} !-f is fine according to the manual . This is preferred, so you do not have to exclude each file manually (as per example 1), and actually check if it is a real file (which example 2 does not do).
@oksam: Contact your provider. They should be able to tell you if this is perhaps unsupported in their setup.
pritaeas
Posting Expert
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875