Topic on Extension talk:MultimediaViewer

missing /images/ tag in download links

1
Oierla1 (talkcontribs)

Recently added this in .htaccess file so that all the visits would go to https instead of http

RewriteBase /

RewriteCond %{SERVER_PORT} 80

RewriteRule ^(.*)$ https ://www.webname.com/$1 [R,L]


Since then the download and full size links in MultimediaViewer are messed up. I keep getting these links:

http: //www.webname.com/images/f/f8/filename.jpg?download

and the system changes those links to these, with the /images/ tag missing, so nothing shows up

https: //www.webname.com/f/f8/filename.jpg?download

Any way to solve this please?

Reply to "missing /images/ tag in download links"