Should exclude query variables too
-
This plugin excludes URLs containing a period in order to allow users to access case sensitive files. However it does not exclude URLs containing query variables which may be case sensitive. Adding the following line to the plugin code would resolve this:
if(preg_match('/[\?]/', $url)){ return; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Should exclude query variables too’ is closed to new replies.