Skip to content

HTTPS redirection semi-broken

If you're experiencing problems with the website (packs pages/forum/wiki) or you would like to suggest something, you can post here.

Moderator: Staff

  • User avatar
  • ValleyBell Offline
  • Posts: 4768
  • Joined: 2011-12-01, 20:20:07
  • Location: Germany

HTTPS redirection semi-broken

Post by ValleyBell »

http -> https redirection currently breaks the wiki page.

While redirecting from http to https, the server adds an additional "/" after the ".net", which seems to break some other stuff.

For example the link to the Neko Project 2 VGM mod results in the following chain of HTTP requests

Code: Select all

http://vgmrips.net/wiki/Neko_Project_21
-> 301 Moved Permanently
Location: https://vgmrips.net//wiki/Neko_Project_21 [following]

https://vgmrips.net//wiki/Neko_Project_21
-> 301 Moved Permanently
Location: https://vgmrips.net/wiki/Main_Page [following]

https://vgmrips.net/wiki/Main_Page
-> 200 OK

Post by vampirefrog »

OK I think I fixed it, but that particular page might remain in your cache, so try clearing your vgmrips cache or try another browser. Thanks for reporting.
  • User avatar
  • ValleyBell Offline
  • Posts: 4768
  • Joined: 2011-12-01, 20:20:07
  • Location: Germany

Post by ValleyBell »

Thanks, it works fine now.
Post Reply