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  
 
   
uh oh... I must be doing something wrong...

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB3 Zero duplicate
::  
Author Message
pakito2



Joined: 24 Dec 2007
Posts: 5

uh oh... I must be doing something wrong...Posted: Mon Dec 24, 2007 11:37 am    Post subject: uh oh... I must be doing something wrong...

without "/" -> 301 (OK)

with "/" 503 (KO)

can you help me?
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3103

uh oh... I must be doing something wrong...Posted: Tue Dec 25, 2007 3:09 pm    Post subject: Re: uh oh... I must be doing something wrong...

Well, -http://www.androidforums.es/foros/ seems a deactivated phpBB3 forum, have you deleted the install/ dir ?

_________________
Back to top
pakito2



Joined: 24 Dec 2007
Posts: 5

uh oh... I must be doing something wrong...Posted: Wed Jan 02, 2008 4:38 pm    Post subject: Re: uh oh... I must be doing something wrong...

yes (and not). I have renamed the install/ dir.

and yes, is a deactivated forum since is not working fine...

thanks.
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3103

uh oh... I must be doing something wrong...Posted: Thu Jan 03, 2008 10:05 am    Post subject: Re: uh oh... I must be doing something wrong...

Could you post here the .htaccess you tried ?

_________________
Back to top
pakito2



Joined: 24 Dec 2007
Posts: 5

uh oh... I must be doing something wrong...Posted: Thu Jan 03, 2008 4:10 pm    Post subject: Re: uh oh... I must be doing something wrong...

my .htaccess:
Code:

# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

# You may need to un-comment the following line
# Options +FollowSymlinks
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /foros/
# HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION

#####################################################
# PHPBB SEO REWRITE RULES - MIXED
#####################################################
# AUTHOR : dcz www.phpbb-seo.com
# STARTED : 01/2006
#################################
# FORUMS PAGES
###############
# FORUM INDEX REWRITERULE WOULD STAND HERE IF USED. 'forum' REQUIRES TO BE SET As FORUM INDEX
# RewriteRule ^forum\.html$ index.php [QSA,L,NC]
# FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/?(pagina([0-9]+)\.html)?$ viewforum.php?f=$1&start=$3 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/tema([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
RewriteRule ^anuncios/tema([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^[a-z0-9_-]*/?tema([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# POST
RewriteRule ^mensaje([0-9]+)\.html$ viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^miembro([0-9]+)\.html$ memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC]
# THE TEAM
RewriteRule ^el-equipo\.html$ memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES

# FORUM WITHOUT ID & DELIM
# THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^[a-z0-9_-]+/?(pagina([0-9]+)\.html)?$ viewforum.php?start=$2 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3103

uh oh... I must be doing something wrong...Posted: Thu Jan 03, 2008 6:17 pm    Post subject: Re: uh oh... I must be doing something wrong...

Looks correct.

You could try two thing :
1) try to replace :
Code:
RewriteBase /foros/

with :
Code:
RewriteBase /foros


and eventually to add slashes before every script-name in the rewriterules :
Quote:
RewriteRule ^forum\.html$ /index.php [QSA,L,NC]


and so on, or
2) install the .htaccess at the domain's root level (after you generate a new one for this). If you have another .htaccess there, you'll need to merge the two, if so post the actual one here and I'll tell you what to do.

_________________
Back to top
pakito2



Joined: 24 Dec 2007
Posts: 5

uh oh... I must be doing something wrong...Posted: Thu Jan 03, 2008 6:46 pm    Post subject: Re: uh oh... I must be doing something wrong...

I've tried two things you suggest and the 503 error continues...

I think I'm going to re-re-re-re-install the mod...

Thank you!
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3103

uh oh... I must be doing something wrong...Posted: Thu Jan 03, 2008 7:24 pm    Post subject: Re: uh oh... I must be doing something wrong...

Was it doing so when the forum was activated ?

It could only be normal after all when the board is disabled.

_________________
Back to top
pakito2



Joined: 24 Dec 2007
Posts: 5

uh oh... I must be doing something wrong...Posted: Fri Jan 04, 2008 8:59 am    Post subject: Re: uh oh... I must be doing something wrong...

sorry, yes, this is with the forum disabled. but, is this normal? Doesn't this respond a 301 or 200 code?

Thank you!
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3103

uh oh... I must be doing something wrong...Posted: Sat Jan 05, 2008 2:00 pm    Post subject: Re: uh oh... I must be doing something wrong...

Well, at this stage the zero duplicate isn't even involved.
And 503 Service Unavailable seems pretty logical for a disabled board, that's the normal header sent by phpBB3 does when disabled.
The HTTP 301 you see without the slash is just the first header sent before you in the end see the same thing (after redirection).
The header tool does not follow redirections, and thus only sees the first header.

_________________
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB3 Zero duplicate
Page 1 of 1

Navigation Similar Topics

Jump to: