Home Forums Newsletter Plugin Support All links not working > going to backend

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #353268
    User
    Participant

    Hi, i build a newsletter and all the links, either images, buttons or in copy, are going to the backend. They do work for me as i am logged id, but of course not for everyone else who is gonna read the mailing. Can anyone help?

    thanks!!!

    #353269
    User
    Participant

    i tried to insert the link typing it myself, in html, copying the url from somewhere else, nothing works … 🙁

    #353280
    Stefano
    Keymaster

    Hi, the links are changed to be tracked, and probably you have the WP-Admin path locked with basic auth.
    Just change the action link to the standard one on the Newsletter/Settings/Advanced, and the link is tracked in a different way.

    Of course, resend a test newsletter to verify them.

    If the metioned block is made with a rule inside the .htaccess, you can add an exception for the admin-ajax.php script, sometyhing like
    <Files “wp-admin/admin-ajax.php”>
    Require all granted
    </Files>

    Please don’t copy and paste the code above, retype it, and do not modify the htaccess if you are not used to.

    #353311
    User
    Participant

    Dear Stefano, it did work!!! Thank you very much!
    Anna

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