Jump to content

Internal link error


Recommended Posts

I´ve searched the forum and posted in a few topics, but I didn´t had solved this problem:

 

I want to redirect after registration the user to a cms page I´ve made.

 

I´ve changed AuthController, and pasted in line 675 (after comment // if register process is in two steps, we display a message to confirm account creation)

 

but it only works with external links:

 

Tools::redirect('http://www.google.com');

 

not with content from my domain:

 

Tools::redirect('cms.php?id_cms=5');

 

Can someone tell me what´s wrong?

 

Thanks in advance!!

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...