Re: 403 Forbidden error with Mediawiki

2013-05-08 Thread Stylw
Well, I feel pretty stupid now. I used an automatic script to generate that config and I just assumed that the rewrite would be included. Thanks & Oops. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,239004,239011#msg-239011 ___ nginx maili

Re: 403 Forbidden error with Mediawiki

2013-05-08 Thread B.R.
Why would Nginx automatically redirect mydomain.com do mydomain.com/w/ if you don't tell it to do so? Your error log shows that you are trying to list the files of your root directory (so it means you don't have an index file to be served there), which is forbidden by default Nginx configuration t

403 Forbidden error with Mediawiki

2013-05-08 Thread Stylw
I'm having a frustrating experience trying to get nginx to work properly with mediawiki's pretty urls. For some reason my configuration won’t detect that my mediawiki installation is installed in a folder above root (said folder is called /w/) and appears to be throwing out 403 forbidden errors whe