htaccess rule not working as expected

Hi,
I got the following in my htaccess file:

Options -Indexes +FollowSymLinks
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*[^/]) index.php?show=$1 [L]

I'm thinking that if a file already exists, then this rule should be ignored, and that file should be used instead of index.php
That is not what is happening.
Even if the file exists, the server is following this rule and not loading the specified file

For example:...

htaccess rule not working as expected

from Site & Server Administration http://ift.tt/1UgfRmV
via IFTTT
Previous
Next Post »
Thanks for your comment