| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Thu Feb 08, 2007 5:51 pm Post subject: Re: extra mod_rewrite with advanced seo and zero dupe |
|
|
ok big thanks dcz. Normal Login works.
But admin login:
| Code: | | http://www.lavinya.net/phpBB2/admin/http://www.lavinya.net/phpBB2/?admin=1&sid=b98f891f93957df4c931ec46a805f4d5 |
how to fix? |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Thu Feb 08, 2007 6:03 pm Post subject: Re: extra mod_rewrite with advanced seo and zero dupe |
|
|
Hum, this is because this time it's the full path to admin to be hard coded it seems.
Don't you remember where you added it ?
Make sure you have this in admin/pagestart.php :
| Code: | if (!$userdata['session_logged_in'])
{
redirect(append_sid("login.$phpEx?redirect=admin/index.$phpEx", true));
} |
and :
| Code: |
if (!$userdata['session_admin'])
{
redirect(append_sid("login.$phpEx?redirect=admin/index.$phpEx&admin=1", true));
} |
|
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Thu Feb 08, 2007 9:33 pm Post subject: Re: extra mod_rewrite with advanced seo and zero dupe |
|
|
I have below code  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |