Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Subfolder Weirdness

edited November 2010 in Vanilla 2.0 - 2.8
I'm moving my forum to a subfolder instead of a subdomain so that I can have the forum run under SSL all the time. I've got the vast majority of it working by playing with the config file. There is only three issues I'm trying to track down.

1) In the top of the page, I have an extra /forum/ in the rss link address: link ... type="application/rss+xml" ... href="/forum/https://..." />
2) Images that the users have uploaded are mapped like so: /uploads/userpics/tR7447QPFU82U.jpg instead of uploads/userpics/tR7447QPFU82U.jpg, which results in a broken link
3) Gravatars are still going to http://www.gravatar.com/ instead of https://secure.gravatar.com/ which causes a content warning.

Any ideas?

Comments

  • Options
    Ok, so I've done a little digging and playing and the issue seems to be that anything with http:// Vanilla wants to leave alone. But anything starting with https: it thinks is a relative path. Once I modified the gravatar plugin to handle SSL this became apparent.
Sign In or Register to comment.