I think you can leave the "old" version of .htaccess

# Protect against bug 28235
<IfModule rewrite_module>
RewriteEngine On
RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
RewriteRule . - [forbidden]
# Fix for bug T64289
# Options +FollowSymLinks
</IfModule>

The bug is here:
https://phabricator.wikimedia.org/T64289

Some developer must have added the Symlinks

2015-10-20 18:47 GMT+02:00 Edward d'Auvergne <edw...@nmr-relax.com>:

> He he, I just killed the images/.htaccess file, and all is good :)
>
> Regards,
>
> Edward
>
> On 20 October 2015 at 18:43, Troels Emtekær Linnet
> <tlin...@nmr-relax.com> wrote:
> > Warning.
> >
> > I have spent oceans on time on this,
> >
> > Try this:
> > http://shorturls.redwerks.org
> >
> > That helped the last time
> >
> >
> >
> > ## http://www.mediawiki.org/wiki/Manual:Short_URL
> > ## http://www.mediawiki.org/wiki/Manual:Short_URL/Apache
> > ## Made with http://shorturls.redwerks.org/ and Article Path: /$1
> >
> > 2015-10-20 18:41 GMT+02:00 Edward d'Auvergne <edw...@nmr-relax.com>:
> >>
> >> I'll keep looking, and try to learn the .htaccess rules.  There are
> >> plenty of people on the internet with the same problem, so a solution
> >> will be out there.  Most are saying it is the .htaccess file.
> >>
> >> Cheers,
> >>
> >> Edward
> >>
> >> On 20 October 2015 at 18:37, Troels Emtekær Linnet
> >> <tlin...@nmr-relax.com> wrote:
> >> > Yup.
> >> >
> >> > I have now enabled all standard extensions, which was avaiable in the
> >> > extension folder.
> >> >
> >> > I give up here...
> >> >
> >> > I dont know if the file permissions is correct?
> >> > Or the md5 hash has changes, or an image table is gone, or something
> >> > with
> >> > apache...
> >> >
> >> >
> >> >
> >> > 2015-10-20 18:31 GMT+02:00 Edward d'Auvergne <edw...@nmr-relax.com>:
> >> >>
> >> >> This is a tough one!
> >> >>
> >> >> On 20 October 2015 at 18:16, Edward d'Auvergne <edw...@nmr-relax.com
> >
> >> >> wrote:
> >> >> > I currently know absolutely nothing about .htaccess files, but
> might
> >> >> > this offer a solution:
> >> >> > http://www.fvue.nl/wiki/MediaWiki_error:_No_input_file_specified
> >> >> >
> >> >> > Regards,
> >> >> >
> >> >> > Edward
> >> >> >
> >> >> >
> >> >> > On 20 October 2015 at 18:13, Edward d'Auvergne <
> edw...@nmr-relax.com>
> >> >> > wrote:
> >> >> >> I think this is something to do with .htaccess, as it is clearly
> >> >> >> nothing to do with the MediaWiki part:
> >> >> >>
> >> >> >> """
> >> >> >> [edward@localhost wiki]$ wget
> >> >> >> http://wiki.nmr-relax.com/images/1/1d/Screenshot_start.png
> >> >> >> --2015-10-20 18:10:12--
> >> >> >> http://wiki.nmr-relax.com/images/1/1d/Screenshot_start.png
> >> >> >> Resolving wiki.nmr-relax.com (wiki.nmr-relax.com)...
> 217.116.232.203
> >> >> >> Connecting to wiki.nmr-relax.com
> >> >> >> (wiki.nmr-relax.com)|217.116.232.203|:80... connected.
> >> >> >> HTTP request sent, awaiting response... 404 Not Found
> >> >> >> 2015-10-20 18:10:13 ERROR 404: Not Found.
> >> >> >>
> >> >> >> [edward@localhost wiki]$ wget
> >> >> >> http://wiki.nmr-relax.com/LocalSettings.php
> >> >> >> --2015-10-20 18:11:24--
> http://wiki.nmr-relax.com/LocalSettings.php
> >> >> >> Resolving wiki.nmr-relax.com (wiki.nmr-relax.com)...
> 217.116.232.203
> >> >> >> Connecting to wiki.nmr-relax.com
> >> >> >> (wiki.nmr-relax.com)|217.116.232.203|:80... connected.
> >> >> >> HTTP request sent, awaiting response... 200 OK
> >> >> >> Length: 0 [text/html]
> >> >> >> Saving to: ‘LocalSettings.php.1’
> >> >> >>
> >> >> >>     [ <=>
> >> >> >>
> >> >> >>                                  ] 0           --.-K/s   in 0s
> >> >> >>
> >> >> >> 2015-10-20 18:11:25 (0.00 B/s) - ‘LocalSettings.php.1’ saved [0/0]
> >> >> >>
> >> >> >> [edward@localhost temp]$ wget
> >> >> >> http://wiki.nmr-relax.com/cache/.htaccess
> >> >> >> --2015-10-20 18:12:23--
> http://wiki.nmr-relax.com/cache/.htaccess
> >> >> >> Resolving wiki.nmr-relax.com (wiki.nmr-relax.com)...
> 217.116.232.203
> >> >> >> Connecting to wiki.nmr-relax.com
> >> >> >> (wiki.nmr-relax.com)|217.116.232.203|:80... connected.
> >> >> >> HTTP request sent, awaiting response... 403 Forbidden
> >> >> >> 2015-10-20 18:12:23 ERROR 403: Forbidden.
> >> >> >>
> >> >> >> """
> >> >> >>
> >> >> >> This is suspicious!
> >> >> >>
> >> >> >> Regards,
> >> >> >>
> >> >> >> Edward
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> On 20 October 2015 at 18:08, Troels Emtekær Linnet
> >> >> >> <tlin...@nmr-relax.com> wrote:
> >> >> >>> Hm.
> >> >> >>>
> >> >> >>> I am looking into this:
> >> >> >>> https://www.mediawiki.org/wiki/Manual:Image_table
> >> >> >>> https://www.mediawiki.org/wiki/Manual:$wgHashedUploadDirectory
> >> >> >>>
> >> >> >>> This did not work
> >> >> >>>
> >> >> >>> I reenabled .htaccess.
> >> >> >>> Did not work.
> >> >> >>>
> >> >> >>> Has the md5 changed?
> >> >> >>>
> >> >> >>> 2015-10-20 17:53 GMT+02:00 Edward d'Auvergne
> >> >> >>> <edw...@nmr-relax.com>:
> >> >> >>>>
> >> >> >>>> On 20 October 2015 at 17:48, Troels Emtekær Linnet
> >> >> >>>> <tlin...@nmr-relax.com> wrote:
> >> >> >>>> > Hi.
> >> >> >>>> >
> >> >> >>>> > I have added extension:
> >> >> >>>> > https://www.mediawiki.org/wiki/Extension:Maintenance
> >> >> >>>> > http://wiki.nmr-relax.com/index.php?title=Special:Version
> >> >> >>>> > http://wiki.nmr-relax.com/index.php?title=Special:Maintenance
> >> >> >>>> >
> >> >> >>>> > I have tried:
> >> >> >>>> >
> >> >> >>>> >
> >> >> >>>> >
> >> >> >>>> >
> http://wiki.nmr-relax.com/index.php?title=Special:Maintenance/checkImages
> >> >> >>>> >
> >> >> >>>> > 2_make_surface_plot.png: missing
> >> >> >>>> > About_gui.png: missing
> >> >> >>>> > About_relax.png: missing
> >> >> >>>> > Analysis_mf.png: missing
> >> >> >>>> > Analysis_noe.png: missing
> >> >> >>>> > Analysis_r1.png: missing
> >> >> >>>> > Analysis_r2.png: missing
> >> >> >>>> > Analysis_wizard.png: missing
> >> >> >>>> > Bug_22024_Dw_kex.png: missing
> >> >> >>>> > Bug_22024_Dw_kex_pA.png: missing
> >> >> >>>> > Bug_22024_Dw_pA.png: missing
> >> >> >>>> > Bug_22024_Kex_pA.png: missing
> >> >> >>>> > Bug_22024_R2eff.png: missing
> >> >> >>>> > CPMG_Model_B14_Example_data_disp_1_H.png: missing
> >> >> >>>> > Consistency_testing_200x94.png: missing
> >> >> >>>> > Core_design.png: missing
> >> >> >>>> > Disp_1002_N.png: missing
> >> >> >>>> > Disp_1003_N.png: missing
> >> >> >>>> > Disp_1004_N.png: missing
> >> >> >>>> > Disp_1005_N.png: missing
> >> >> >>>> > Disp_1006_N.png: missing
> >> >> >>>> > Disp_1007_N.png: missing
> >> >> >>>> > Disp_1008_N.png: missing
> >> >> >>>> > Disp_1009_N.png: missing
> >> >> >>>> > Disp_1010_N.png: missing
> >> >> >>>> > Disp_1011_N.png: missing
> >> >> >>>> > Disp_1012_N.png: missing
> >> >> >>>> > Disp_1013_N.png: missing
> >> >> >>>> > Disp_1014_N.png: missing
> >> >> >>>> > Disp_1015_N.png: missing
> >> >> >>>> > Disp_1016_N.png: missing
> >> >> >>>> > Disp_1017_N.png: missing
> >> >> >>>> > Disp_1018_N.png: missing
> >> >> >>>> > Disp_1019_N.png: missing
> >> >> >>>> > Disp_1020_N.png: missing
> >> >> >>>> > Disp_1021_N.png: missing
> >> >> >>>> > Disp_1022_N.png: missing
> >> >> >>>> > Disp_1023_N.png: missing
> >> >> >>>> > Disp_1024_N.png: missing
> >> >> >>>> > Disp_1025_N.png: missing
> >> >> >>>> > Disp_1026_N.png: missing
> >> >> >>>> > Disp_1027_N.png: missing
> >> >> >>>> > Disp_1028_N.png: missing
> >> >> >>>> > Disp_1029_N.png: missing
> >> >> >>>> > Disp_1030_N.png: missing
> >> >> >>>> > Disp_1031_N.png: missing
> >> >> >>>> > Disp_1032_N.png: missing
> >> >> >>>> > Disp_1033_N.png: missing
> >> >> >>>> > Disp_1034_N.png: missing
> >> >> >>>> > Disp_1035_N.png: missing
> >> >> >>>> > Disp_1036_N.png: missing
> >> >> >>>> > Disp_1037_N.png: missing
> >> >> >>>> > Disp_1038_N.png: missing
> >> >> >>>> > Disp_1039_N.png: missing
> >> >> >>>> > Disp_1040_N.png: missing
> >> >> >>>> > Disp_1041_N.png: missing
> >> >> >>>> > Disp_1042_N.png: missing
> >> >> >>>> > Disp_1043_N.png: missing
> >> >> >>>> > Disp_1044_N.png: missing
> >> >> >>>> > Disp_1045_N.png: missing
> >> >> >>>> > Disp_1046_N.png: missing
> >> >> >>>> > Disp_1047_N.png: missing
> >> >> >>>> > Disp_1048_N.png: missing
> >> >> >>>> > Disp_1049_N.png: missing
> >> >> >>>> > Disp_1050_N.png: missing
> >> >> >>>> > Dx_map_1.png: missing
> >> >> >>>> > Fig1_Palmer_Massi_2006.png: missing
> >> >> >>>> > Git_development.png: missing
> >> >> >>>> > License_upload_test.png: missing
> >> >> >>>> > License_upload_test_2.png: missing
> >> >> >>>> > Map_2.png: missing
> >> >> >>>> > Matplotlib_52_N_R1_rho_R2eff_disp.png: missing
> >> >> >>>> > Matplotlib_52_N_R1_rho_R2eff_w_eff.png: missing
> >> >> >>>> > Matplotlib_52_N_R1_rho_theta_sep.png: missing
> >> >> >>>> > Model_free_600x600.png: missing
> >> >> >>>> > Molecular_BioSystems_graphical_abstract.png: missing
> >> >> >>>> > Noe_600x600.png: missing
> >> >> >>>> > Pipe_editor.png: missing
> >> >> >>>> > R1_600x600.png: missing
> >> >> >>>> > R2_600x600.png: missing
> >> >> >>>> > Ramp_Omega_spin-lock_offset.png: missing
> >> >> >>>> > Ramp_w1_ramping_spin-lock_field_strength.png: missing
> >> >> >>>> > Relax_controller.png: missing
> >> >> >>>> > Relax_disp_600x600.png: missing
> >> >> >>>> > Relax_prompt.png: missing
> >> >> >>>> > Results_viewer.png: missing
> >> >> >>>> > Screenshot_start.png: missing
> >> >> >>>> > Spin_viewer.png: missing
> >> >> >>>> > Test_ftp_diff.png: missing
> >> >> >>>> > Test_ftp_mirror.png: missing
> >> >> >>>> > Test_image.png: missing
> >> >> >>>> > Test_jpeg.jpg: missing
> >> >> >>>> > Test_wiki_nmr-relax_com_upload.png: missing
> >> >> >>>> > Ulysses_wiki.png: missing
> >> >> >>>> > Wiki_test.png: missing
> >> >> >>>> > Good images: 0/95
> >> >> >>>> > checkImages ran successfully!
> >> >> >>>>
> >> >> >>>> The files are clearly there, but the URLs to them are not
> working.
> >> >> >>>> Maybe the PHP update broke this rather than the MediaWiki
> update,
> >> >> >>>> and
> >> >> >>>> we need to update/fix the htaccess file :S
> >> >> >>>>
> >> >> >>>> Regards,
> >> >> >>>>
> >> >> >>>> Edward
> >> >> >>>
> >> >> >>>
> >> >
> >> >
> >
> >
>
_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-devel mailing list
relax-devel@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-devel

Reply via email to