Jump to content

Redirect After Login Not Working in 7.7 ( ?goto= )


WisTex

Recommended Posts

The update broke the login redirect. Previously you could use the following code:

 <form action="/dologin.php?goto=/subdirectory/filename.php?variable=1" method="post">

And it would redirect you to

https://example.com/subdirectory/filename.php?variable=1

 as intended.

Instead, it is redirecting you to

 https://example.com/filename.php?variable=1 

For some reason, it is removing the subdirectory, which totally breaks our website.

Can we get this fixed, please?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated