Home Forums Newsletter Plugin Support Custom Website Link for Tracking

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7489
    buzzlair
    Participant

    Hi Stefano,

    I have installed wordpress and your plugin in my local ubuntu server and works perfectly like a real shared hosting website.

    However,

    On programming POV, i understood that links in an email will be converted to host/address set in WordPress Settings (perhaps by calling its codex); which i believe when tracking feature is turned on. My hypothesis would be:-

    “If host url is www, links in email will start with www and when the host url is localhost, links in email will start with localhost…”

    However, i would like to have the capability to set a custom address because, “my localhost link is not available to outsiders and my .com link available to others”.

    Instead of grabbing localhost as its address, which file should i edit so it is not going to grab the address dynamically; i would my desired .com address instead.

    Kindly advise.

    Thank you.

     

    #7493
    Stefano
    Keymaster

    The appended host is a problem of the editor (not tinymce but the editor as implemented in each browser).

    Anyway you can add to your “hosts” file something like:

    127.0.0.1 http://www.mydomain.com

    Overriding the address resolution on external DNS.

    Stefano.

    #7503
    buzzlair
    Participant

    Hi Stephano,

    Thanks for the suggestions. Will try once we are done with execution of the task.

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.