Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

WWW vs HTTP

edited January 2009 in Vanilla 1.0 Help
Any way to fix the problem that if a user types a link www.link.com instead of http://www.link.com it goes to the same site. right now someone types www.link.com and it links to http://ourforums.com/www.link.com

Comments

  • Using which extension for links?
  • This happens because your theme is using a <base href="" /> tag in its HTML, whatever extension you're using for formatting hyperlinks will need to add in the "http://" when its formatting URLs.
Sign In or Register to comment.