Cog Design - 01 June 2010 08:01 AM
Hi Corey,
Managed to get my issue sorted, and it’s working great! However still experienced the same issue as Jim F (the ext. leaving out index.php) and had to modify the extension to include the index page.
Thanks,
Jack
How exactly did you modify the extension to include the index page? My EE install is using “main” instead of “index.php”, and the extension is somehow losing the main/ section of my URLs. Is there somewhere in the extension where I can just add main/ and have it included in the redirect page?
EDIT: I should mention… the redirect works perfectly on a logout, but it forgets the /main/ when logging in.
EDIT 2: Ok, looks like I was able to hack a solution. For the time being, I’ve commented out the whole section of the extension that deals with the login process. To handle the login redirect, I’m just using this:
{exp:member:login_form return="{segment_1}/{segment_2}/{segment_3}/{segment_4}"}