How to use the Redirect outside mod


  -----  
Author Message

uglykidjoe
Member

Fri Jan 21, 2005 4:36 am   Post subject: How to use the Redirect outside mod
I am have problems getting my head round the using the Redirect outside mod.

I am trying to use...

Code:

<a href="login.php?redirect=/index.html&outside=1">Log In</a>


I have completed the mods to both login.php and /includes/functions.php.

My paths are
[code]
http://mysite.com/portal/phpbb
$site_root_path = '/home/myusername/public_html/portal/';
$phpbb_rootpath = '/home/myusername/public_html/portal/phpbb/';


If I wanted to put in login link in a file which resides in the /portal/phpbb folder what would it need to be so that once logged, in a user is redirected to http://mysitename/portal/index.php

Please could someone point me in the right direction, many thanks Steve
 

varteju
Member

Sat Nov 26, 2005 4:07 pm   Post subject:
yeah so...i'm having a similar problem with ^^^!

I am looking for a way to redirect my users after login/logout OUTSIDE the phpbb (to the main website: www.website.com not www.website.com/forum)

I did the modifications in: login.php and the /includes/functions.php but after i login/logout it still takes me to www.website.com/forum instead of website.com! Where do I change the path!?

Thanks...
 

Thoul
Administrator

Sun Nov 27, 2005 11:09 am   Post subject: re: How to use the Redirect outside mod
The path has to be changed in your login form and logout link. This is explained in the instruction files.
 

Page 1 of 1
Display posts from previous: