function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KyriacosKyriacos 

External URL on Visualforce page not working

Hi I have following piece of code , where I am trying to link an external URL from the visualforce page, but it is always adding the sfdc server instance in front of the url so the url is not opening at all. Please tell me how to avoid the server url in front: https://ktdev-supportchat.cs107.force.com/apex/www.google.com

<div class="faqContainer" style="display: {!IF(custSetting.topFiveFAQ_1__c==null,'none','block')};">
              <image src="https://c.eu1.content.force.com/servlet/servlet.ImageServer?id=015D0000002HmOH&oid=00D200000008VAS" />
              <a class="faqContent" href="http://{!custSetting.topFiveFAQ_1_link__c}" target="_blank">{!custSetting.topFiveFAQ_1__c}</a>
          </div>

The field custsetting.topFiveFAQ_1_link__c has the following value: http://www.google.com