| :: |
| Author |
Message |
shopvy
Joined: 04 Jul 2006 Posts: 7
|
Posted: Tue Jul 04, 2006 11:09 am Post subject: problem with Advanced Seo Mod |
|
|
Hello,
I downloaded and installed the Advanced mod from here on www.shopvy.com
The problem is that when I log in as admin, and click on Administraion Panel link it simply redirects me to index.php.
I can't access any page under the Admin category as it simply redirects to index.php
Any help?
Thanks in advance. |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
shopvy
Joined: 04 Jul 2006 Posts: 7
|
Posted: Tue Jul 04, 2006 2:25 pm Post subject: .htaccess |
|
|
No I did not install that mod.
Here's my .htaccess
| Code: | Options +FollowSymlinks
RewriteEngine On
RewriteBase /
# CATEGORIES
RewriteRule ^.+-vc([0-9]+)\.html$ index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^.+-vf([0-9]+)-([0-9]+)\.html$ viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^.+-vf([0-9]+)\.html$ viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^.+-vt([0-9]+)-([0-9]+)\.html$ viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^.+-vt([0-9]+)\.html$ viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^.+-vp([0-9]+)\.html$ viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^member([0-9]+)\.html$ profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES |
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Tue Jul 04, 2006 2:36 pm Post subject: Re: .htaccess |
|
|
| shopvy wrote: | No I did not install that mod.
|
Then you should, as said in the install :
Actually it should work without, or with other SID removal method, but in your case it might help.
Is you admin link showing an SID ?
Are you sure this comes from the mod rewrite ?
Because, the .htaccess is correct even though this one :
| Code: | # FORUM PROTECTION RULE
RewriteRule ^.+/([^/]+\.html)$ /index.php [R=301,L] |
is useful to add as mentioned in install. Actually, I first though this one could have caused trouble, but in fact it is not.
Don't forget to set up you robots.txt if you did not already (see the release thread in case you need tips)
++ |
_________________ 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 |
|
 |
shopvy
Joined: 04 Jul 2006 Posts: 7
|
Posted: Tue Jul 04, 2006 2:39 pm Post subject: hi |
|
|
| Ok I will install the mod. Yes the Admin link is showing a Session Id. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Tue Jul 04, 2006 2:43 pm Post subject: Re: problem with Advanced Seo Mod |
|
|
Hum.
Another thing to test would be to put back the original code in sessions.php for apend_sid(), just to make sure this code is concerned as it's the only one that could, even though I doubt it.
If with the original append_sid code (look up in install files) you still cannot login ACP, then, it's not this mod, if not we will search for what is causing this.
++ |
_________________ 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 |
|
 |
shopvy
Joined: 04 Jul 2006 Posts: 7
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
shopvy
Joined: 04 Jul 2006 Posts: 7
|
Posted: Thu Jul 06, 2006 4:32 pm Post subject: didnt work |
|
|
| I got the Mod installed but it still doesn't work! Same problem. Any idea? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Thu Jul 06, 2006 4:40 pm Post subject: Re: problem with Advanced Seo Mod |
|
|
Have you tried this ?
| dcz wrote: | Hum.
Another thing to test would be to put back the original code in sessions.php for apend_sid(), just to make sure this code is concerned as it's the only one that could, even though I doubt it.
If with the original append_sid code (look up in install files) you still cannot login ACP, then, it's not this mod, if not we will search for what is causing this.
++ |
|
_________________ 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 |
|
 |
shopvy
Joined: 04 Jul 2006 Posts: 7
|
Posted: Thu Jul 06, 2006 4:54 pm Post subject: Re: problem with Advanced Seo Mod |
|
|
yes  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
|