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  
 
   
Problems

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



Joined: 05 May 2007
Posts: 30

ProblemsPosted: Sat May 05, 2007 5:47 pm    Post subject: Problems

I hope someone can help me out.

I just tried installing the advanced rewrite and now my page looks like this

www.homebasedbusinesst.com/forums
Back to top
hbbt



Joined: 05 May 2007
Posts: 30

ProblemsPosted: Sat May 05, 2007 5:49 pm    Post subject: Re: Problems

I am not exactly sure what this meant in the instructions

#
#-----[ COPY ]--------------------------------------------------
#

copy phpbb_seo/*.* to phpbb_seo/*.*

so what I did was open up the adv_mod_rewriteV0-2-4 folder and copy the entire phpbb_seo into my root directory?

Is that right?
Back to top
hbbt



Joined: 05 May 2007
Posts: 30

ProblemsPosted: Sat May 05, 2007 5:51 pm    Post subject: Re: Problems

Ok I think I fixed it

Can someone please verify that everything looks good?

all I did was put the phpBB_seo folder into the /forums/ folder and it seems to be working?

Anyone see anything wrong with my site, I would greatly appreciate the feed back!

Thanks for the mod!!
Back to top
hbbt



Joined: 05 May 2007
Posts: 30

ProblemsPosted: Sat May 05, 2007 7:01 pm    Post subject: Re: Problems

I think I have everything figured out .. trial and error Smile

The advanced mod does not put category titles in the TITLE Tag does it?
Back to top
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

ProblemsPosted: Sun May 06, 2007 10:41 am    Post subject: Re: Problems

How come you have installed a phpbb seo mod, but there is no phpbb seo link on your pages?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

ProblemsPosted: Sun May 06, 2007 11:45 am    Post subject: Re: Problems

True, the final touch is something important for us all 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
hbbt



Joined: 05 May 2007
Posts: 30

ProblemsPosted: Mon May 07, 2007 3:26 pm    Post subject: Re: Problems

I have a question about the .htaccess file.

This is what mine currently looks like.

Code:
ErrorDocument 404 /404.html

# You could need to un-comment the following line
# Options +FollowSymlinks

RewriteEngine On
RewriteBase /

#########################################################
# PHPBB SEO REWRITE RULES            #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^forums/index\.html$ /forums/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
# RewriteRule ^forums/[a-z0-9_-]+/([^/]+\.html)$ /forums/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^forums/[a-z0-9_-]*-c([0-9]+)\.html$ /forums/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^forums/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /forums/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^forums/[a-z0-9_-]*-f([0-9]+)\.html$ /forums/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^forums/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /forums/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^forums/[a-z0-9_-]*-t([0-9]+)\.html$ /forums/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^forums/post([0-9]+)\.html$ /forums/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^forums/member([0-9]+)\.html$ /forums/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################


But something is now messed up on my hosting?

If you go to http://www.webrankinfo.com/english/tools/server-header.php and type in my www.homebasedbusinesst.com address then it comes up with a 302 error?

Any help is greatly appreciated!
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

ProblemsPosted: Mon May 07, 2007 3:35 pm    Post subject: Re: Problems

Well, keeping the link is one of the condition to get support here, I hope you understand this is not much for all the work being done.

Anyway, if you look at the returned header :

Quote:
HTTP Status Code: HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: /?39aac0b8


It actually concerns all of your websites pages, and I really don't think it could be the phpBB SEO mods, looks more like a dumb server setting, to handle sessions or something like that.

++

_________________
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
hbbt



Joined: 05 May 2007
Posts: 30

ProblemsPosted: Mon May 07, 2007 3:59 pm    Post subject: Re: Problems

Ok link is up at my Home Based Business Forums at the bottom!

Sorry for doing that so late!
Back to top
hbbt



Joined: 05 May 2007
Posts: 30

ProblemsPosted: Mon May 07, 2007 5:24 pm    Post subject: Re: Problems

I dont understand .. what can be done about this?

Was my .htaccess file ok to work with? any modifications there?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

ProblemsPosted: Tue May 08, 2007 9:46 am    Post subject: Re: Problems

I guess we'll continue with this matter on the other thread you started 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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Advanced mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: