Wrong redirect: After uploading images

Hi,

apparentely every time after I edit an image (no matter if after uploading or just editing anytime later) I get redirected to a weird address I don't understand.

`https://sub.mypage.org/photos/zp-core/admin-edit.php?page=edit&album=stuff&tab=imageinfo`

>>> will turn - after clicking "Save" - into >>>

` https://sub.mypage.org/cgi-bin/php.cgi/photos/zp-core/admin-edit.php?page=edit&album=stuff&mcrerr=1&saved&subpage=1&tagsort=1&tab=imageinfo

Here I get a "500 Internal Error"

All other links and redirects work fine. If I remove ``/cgi-bin/php.cgi` I'll get back to the edit page, all good.

I don't feel comfortable with .htaccess files and rewrite's, never really found out how they worked.

Is it of relevance, that I have a separate .htaccess-file in my roots directory `https://sub.mypage.org`, since I run a mediawiki-install here?

Thanks all of you for a great piece of software and the lively community.
fxk

Comments

  • acrylian Administrator, Developer
    The backend actually does not use htaccess/modrewrite. It may be related to your parent htaccess file but also to the the "https". Try changing the server protocol on the options.
  • fxk Member
    At first I didn't know what you mean, but eventually I found it. Great - thanx, this worked, after I changed the protocoll from HTTP to HTTPS it looks great again.

    Cheers
    fxk
Sign In or Register to comment.