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  
 
   
Isapi_rewrite phpBB3
Goto page Previous  1, 2
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
::  
Author Message
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

Isapi_rewrite phpBB3Posted: Mon Jun 02, 2008 9:32 am    Post subject: Re: Isapi_rewrite phpBB3

It's just that you need the simple mod rewrite version, the changes are not this many from the .htaccess to the httpd.ini, take a look at this post above, it explain how to adapt your specific .htaccess.

Post yours in the other thread you posted in case you need more help 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
Drew



Joined: 24 Dec 2007
Posts: 22
Location: raleigh nc

Isapi_rewrite phpBB3Posted: Mon Sep 01, 2008 4:54 am    Post subject: Re: Isapi_rewrite phpBB3

Any one found a solution yet?

Unfortuatly the two prior suggestions do not work for me nor does this modification

Code:
# 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 /
# HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION

#####################################################
# PHPBB SEO REWRITE RULES - ADVANCED
#####################################################
# 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/forum\.html$ /forum/index.php [I,L]
# FORUM
RewriteRule ^/forum/[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ /forum/viewforum.php\?f=$1&start=$3 [I,L]
# TOPIC WITH VIRTUAL FOLDER
RewriteRule ^/forum/[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /forum/viewtopic.php\?f=$1&t=$2&start=$4 [I,L]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
RewriteRule ^/forum/announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /forum/viewtopic.php\?t=$1&start=$3 [I,L]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^/forum/([a-z0-9_-]*)/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /forum/viewtopic.php\?forum_uri=$1&t=$2&start=$4 [I,L]
# PROFILES SIMPLE
RewriteRule ^/forum/member([0-9]+)\.html$ /forum/memberlist.php\?mode=viewprofile&u=$1 [I,L]
# USER MESSAGES SIMPLE
RewriteRule ^/forum/member([0-9]+)-(topics|posts)(-([0-9]+))?\.html$ /forum/search.php\?author_id=$1&sr=$2&start=$4 [I,L]
# GROUPS SIMPLE
RewriteRule ^/forum/group([0-9]+)(-([0-9]+))?\.html$ /forum/memberlist.php\?mode=group&g=$1&start=$3 [I,L]
# POST
RewriteRule ^/forum/post([0-9]+)\.html$ /forum/viewtopic.php\?p=$1 [I,L]
# ACTIVE TOPICS
RewriteRule ^/forum/active-topics(-([0-9]+))?\.html$ /forum/search.php\?search_id=active_topics&start=$2&sr=topics [I,L]
# UNANSWERED TOPICS
RewriteRule ^/forum/unanswered(-([0-9]+))?\.html$ /forum/search.php\?search_id=unanswered&start=$2&sr=topics [I,L]
# NEW POSTS
RewriteRule ^/forum/newposts(-([0-9]+))?\.html$ /forum/search.php\?search_id=newposts&start=$2&sr=topics [I,L]
# THE TEAM
RewriteRule ^/forum/the-team\.html$ /forum/memberlist.php\?mode=leaders [I,L]
# 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
RewriteRule ^/forum/([a-z0-9_-]+)(-([0-9]+))\.html$ /forum/viewforum.php\?forum_uri=$1&start=$3 [I,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/forum/([a-z0-9_-]+)\.html$ /forum/viewforum.php\?forum_uri=$1 [I,L]
# END PHPBB PAGES



Rolling Eyes
Back to top
Drew



Joined: 24 Dec 2007
Posts: 22
Location: raleigh nc

Isapi_rewrite phpBB3Posted: Mon Sep 01, 2008 5:29 am    Post subject: Re: Isapi_rewrite phpBB3

btw htaccess seems to work with Helicon - note the editor

here is what happens when I run the expressions through regex. I get pattern not matched

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


Joined: 28 Apr 2006
Posts: 15242

Isapi_rewrite phpBB3Posted: Mon Sep 01, 2008 9:25 am    Post subject: Re: Isapi_rewrite phpBB3

I ended up replying here : http://www.phpbb-seo.com/boards/advanced-seo-url/discussions-vt3176.html#19970

++

_________________
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  » phpBB3 mod Rewrite  » Advanced SEO URL
Page 2 of 2 Goto page Previous  1, 2

Navigation Similar Topics

Jump to: