https://bugzilla.wikimedia.org/show_bug.cgi?id=28891

--- Comment #5 from BjornW <[email protected]> 2011-05-10 09:08:32 UTC ---
@Brion: I have tested this with Chromium 11.0.696.65 (84435) Ubuntu 10.04 and
Firefox so my guess would be that this is not related to the browser.  

As for your other questions: 

1) what exactly is the form of the URLs for those links?

The type of links we have look like this in the wiki text: 

Bestand:Kimvankooten.png

This results in an url which looks like this: 

http://www.beeldengeluidwiki.nl/index.php?title=Speciaal:Uploaden&wpDestFile=Kimvankooten.png

This is a public wiki so you may also check this link live. 

2) what exactly do you see when you click one of those links? Error messages,
redirects, etc should be described in detail.

You'll see a 403 Forbidden message from Apache which is exactly what it should
do according to the Rewrite Rules in Apache's config.

3) what exactly are the rewrite rules you're using?

RewriteEngine On
RewriteCond %{QUERY_STRING} \.[a-z0-9]{1,4}(#|\?|$) [nocase]
RewriteRule . - [forbidden]

Thanks for the quick response on this ticket! Let me know what I can do to help
fix this issue.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to