phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
problem with Advanced Seo Mod

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
::  
Author Message
shopvy



Joined: 04 Jul 2006
Posts: 7

problem with Advanced Seo ModPosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

problem with Advanced Seo ModPosted: Tue Jul 04, 2006 11:15 am    Post subject: Re: problem with Advanced Seo Mod

And Welcome Wink

Well, this is a bit strange, did you implement the cyber alien Guest session mod ?

This could be due to an HTTP 301 redirection, please post your .htaccess here and we'll find out Very Happy

++

_________________
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
Visit poster's website
shopvy



Joined: 04 Jul 2006
Posts: 7

problem with Advanced Seo ModPosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

problem with Advanced Seo ModPosted: 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 :

Quote:
## This mod requires the Cyber Alien guest session mod ( http://www.phpbbstyles.com/viewtopic.php?t=357 ) or any other SID
## removal method you may prefer.


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) Wink

++

_________________
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
Visit poster's website
shopvy



Joined: 04 Jul 2006
Posts: 7

problem with Advanced Seo ModPosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

problem with Advanced Seo ModPosted: 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
Visit poster's website
shopvy



Joined: 04 Jul 2006
Posts: 7

problem with Advanced Seo ModPosted: Tue Jul 04, 2006 2:51 pm    Post subject: another thing

Hello,
I also wanted to ask another thing. Currently the topic links appear as;

http://shopvy.com/topic-something-number.html

Could it appear like it appears on your forums like;

http://shopvy.com/categoryname-number/topis-something-number.html

what needs to be done for that?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

problem with Advanced Seo ModPosted: Tue Jul 04, 2006 2:57 pm    Post subject: Re: another thing

shopvy wrote:

what needs to be done for that?


A lot more you would first expect Wink

Actually, I'll work on this one for phpBB 3, since it will be possible to use a compact code change.

++

_________________
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
Visit poster's website
shopvy



Joined: 04 Jul 2006
Posts: 7

problem with Advanced Seo ModPosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

problem with Advanced Seo ModPosted: 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
Visit poster's website
shopvy



Joined: 04 Jul 2006
Posts: 7

problem with Advanced Seo ModPosted: Thu Jul 06, 2006 4:54 pm    Post subject: Re: problem with Advanced Seo Mod

yes Sad
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

problem with Advanced Seo ModPosted: Thu Jul 06, 2006 5:00 pm    Post subject: Re: problem with Advanced Seo Mod

And where you able to go to the admin panel with the original append_sid code ?

_________________
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
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: