Hi,
after sending or replying on a message, im redirected to the wrong path.
its going to http://www.mydomain.com/phpwcms.php?do=messages instead of http://www.mydomain.com/cms/phpwcms.php?do=messages
maybe somebody can confirm this and has a solution for it.
thanks,
Ruben
wrong redirect path after sent message
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
fixed.
"phpwcms.php" in line 421 change:to
Oliver
"phpwcms.php" in line 421 change:
Code: Select all
forward_to($forward_to_message_center, $phpwcms["site"]."phpwcms.php?do=messages", 2500); //If new message was sent ->
Code: Select all
forward_to($forward_to_message_center, $phpwcms["site"].$phpwcms["root"]."phpwcms.php?do=messages", 2500); //If new message was sent ->