MG 2.0 Media Gallery 2.0.5, blank page with friendly url enabled

mph

Active member
With friendly url enabled I get a blank page in the Media Gallery. But not with the Ressource Manager and in the forum. I use the standard .htacces with changed rewritebase (neccessary) and additional redirects from http to https.
Code:
without friendly url:
https://domain.de/index.php?media/ --> works
https://domain.de/index.php?ressources/ --> works

with friendly url:
https://domain.de/media/ --> doesn't work

But:
https://domain.de/ressources/ --> works
any subpage of the gallery --> work
 
That behaviour can be reproduced even if friendly URLs are not enabled on your forum.

If you check your FTP do you have a folder/directory named media anywhere? If so, you'll need to remove that. Your web server is serving the contents of that and so the request is never getting to XF.

You can kind of prove this with this URL:
Code:
https://domain.de/medias/
It returns a 404 where media returns a blank page. Media should return a 404 too.
 
Top Bottom