[MediaWiki-l] Imgages

2013-01-21 Thread Steve VanSlyck
Correct permissions for the images directory? ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Imgages

2013-01-21 Thread Steve VanSlyck
I ask because the image does upload but won't display on the wiki and when I click the filename I am told, You don't have permission to access /w/images/f/f0/Filename.jpg on this server. Permission of that directory is 755 and permission of that file is 644. On 1/21/2013 19.58, Steve VanSlyck

Re: [MediaWiki-l] Imgages

2013-01-21 Thread Steve VanSlyck
Don't see why not, but here is .htaccess file in the /images directory: Options -Indexes -Made no difference when removed. # Protect against bug 28235 IfModule rewrite_module RewriteEngine On RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22|%]+(#|\?|$) [nocase] RewriteRule

Re: [MediaWiki-l] Imgages

2013-01-21 Thread Steve VanSlyck
All right, here is the solution: https://discussion.dreamhost.com/thread-127007.html In short, there is something wrong with the .htaccess file, created to Protect against bug 28235. On 1/21/2013 20.32, Steve VanSlyck wrote: Don't see why not, but here is .htaccess file in the /images