Since I've changed my home page/index.php page, when a member logs in the forum automatically redirects to the new home page and I need it to redirect
staying on the forums index.php as the new is index.html.
Can you please direct me to the line of code where this redirection is being handled so I can change it from going to index.html to index.php when is
the forum it's self.
Cheerslottos - 5-8-2013 at 03:44 AM
misc.php
login subroutine
line is something like
redirect("index.php", 0);Phil1ooo - 5-8-2013 at 09:20 AM
Thank You
I looked in there but must have missed it some how.