ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

?URL able to bypass?

May 05, 2009 12:31pm

Subscribe [0]
  • #1 / May 05, 2009 12:31pm

    NielsG

    21 posts

    I’ve created a problem for myself to enter a url in my newsletter, that is transformed to url by EE. Now this new link is sent as an email to clients….
    have a look: http://www.phx.eu/?URL=http://www.phx.eu/#/batterij
    it should be plain http://www.phx.eu/#/batterij

    Any way to create a (header) redirect to go to my page anyway ? (I cannot change the url since it’s in their inboxes already)

    = RESOLVED =
    changed the index.php to always load the external URL:

    $str = "<html>\n<head>\n<title>Redirect</title>\n".
       '<meta http-equiv="refresh" content="0; URL='.$_GET['URL'].'">'.
       "\n</head>\n<body>\n</body>\n</html>";
    exit($str);
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases