| :: |
| Author |
Message |
zappa
Joined: 15 Oct 2007 Posts: 5
|
Posted: Mon Oct 15, 2007 2:44 pm Post subject: phpbb3 / wp-united |
|
|
Hi,
I'm running 3.0.RC5 with wp-united (combine phpbb and wordpress) over here. What is the best option if I want to add SEO to my phpbb3 forum and make is search engine friendly?
Thanks in advance! |
|
|
| Back to top |
|
 |
|
 |
arch stanton PR1

Joined: 04 Oct 2006 Posts: 113
|
Posted: Mon Oct 15, 2007 3:21 pm Post subject: Re: phpbb3 / wp-united |
|
|
| Seconded, as I'm thinking of using WP-United with one of my SEO'd forums. |
|
|
| Back to top |
|
 |
zappa
Joined: 15 Oct 2007 Posts: 5
|
Posted: Tue Oct 16, 2007 8:17 pm Post subject: Re: phpbb3 / wp-united |
|
|
| I don't understand, please explain it to me! |
|
|
| Back to top |
|
 |
arch stanton PR1

Joined: 04 Oct 2006 Posts: 113
|
Posted: Tue Oct 16, 2007 11:07 pm Post subject: Re: phpbb3 / wp-united |
|
|
| zappa wrote: | | I don't understand, please explain it to me! |
???
"Seconded" just means "Me too". All I'm saying is that I'd like an answer to this as well because I'm thinking of doing the same thing. |
|
|
| Back to top |
|
 |
zappa
Joined: 15 Oct 2007 Posts: 5
|
Posted: Sun Oct 21, 2007 10:20 am Post subject: Re: phpbb3 / wp-united |
|
|
| sorry for that. The only thing we need now is a answer to our question. anybody? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
zappa
Joined: 15 Oct 2007 Posts: 5
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Sun Oct 21, 2007 3:02 pm Post subject: Re: phpbb3 / wp-united |
|
|
Too bad they do not follow the rhythm :
| Quote: | | Tested with: WordPress 2.0.x — 2.2.x & phpBB 3.0 RC1 - RC3. |
Anyway, since this is supposed to be installed after phpBB3 and WP, I think that you could try to install it using our premod instead of phpBB3.
Chances are in the end great that it will work directly, the SEO mods do not alter much of the original process, only links.
It's then possible that the WP united mod do not work at all with phpBB 3.0.RC7, since many thing where changed, but I doubt the SEO mod could make it fail.
You may have to merge phpBB's and WP's .htaccess, but besides, it should be working the same.
++ |
_________________ 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 |
|
 |
zappa
Joined: 15 Oct 2007 Posts: 5
|
Posted: Sun Oct 21, 2007 3:10 pm Post subject: Re: phpbb3 / wp-united |
|
|
they are not very quick i'll agree. the website is not updated. they released wp-united 0.6.0 which is working with wp 2.3 and phpbb3.0 RC5.
i'll try your suggestions. thanks! |
|
|
| Back to top |
|
 |
krabbat
Joined: 01 Feb 2008 Posts: 18
|
Posted: Fri Feb 01, 2008 2:55 pm Post subject: Re: phpbb3 / wp-united |
|
|
The phpBB-SEOs mods all working with wp-united except the Optimal Titles.
I have installed dynamic meta tags (working with WU), advanced SEO URLS (working with WU), and the optimal titles (not working). It seems the WU overwrites the titles with something else that I don't find.
Any help on this is appreciated. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
nemoprincess
Joined: 27 Mar 2008 Posts: 7
|
Posted: Mon Mar 31, 2008 4:12 pm Post subject: Re: phpbb3 / wp-united |
|
|
Hi I have found this old post because I installed phpbb seo advanced. It works with this 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 /
# 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 [QSA,L,NC]
# FORUM
RewriteRule ^forum/[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ http://www.amonapoli.it/forum/viewforum.php?f=$1&start=$3 [QSA,L,NC]
# 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 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
RewriteRule ^forum/announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /forum/viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^forum/[a-z0-9_-]*/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /forum/viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# PROFILES THROUGH USERNAME
RewriteRule ^forum/member/([^/]+)/?$ /forum/memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
# USER MESSAGES THROUGH USERNAME
RewriteRule ^forum/messages/([^/]+)/?(page([0-9]+)\.html)?$ /forum/search.php?author=$1&sr=posts&start=$3 [QSA,L,NC]
# GROUPS ADVANCED
RewriteRule ^forum/[a-z0-9_-]*-g([0-9]+)(-([0-9]+))?\.html$ /forum/memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
# POST
RewriteRule ^forum/post([0-9]+)\.html$ /forum/viewtopic.php?p=$1 [QSA,L,NC]
# THE TEAM
RewriteRule ^forum/the-team\.html$ /forum/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 ^forum/[a-z0-9_-]+(-([0-9]+))?\.html$ /forum/viewforum.php?start=$2 [QSA,L,NC]
# END PHPBB PAGES |
The I installed Wp-United and it doesn' t work. How I can I do? Is There someone that give a look at this htaccess file? Thanks |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Sun Apr 06, 2008 11:50 am Post subject: Re: phpbb3 / wp-united |
|
|
| krabbat wrote: | | The phpBB-SEOs mods all working with wp-united except the Optimal Titles. |
I guess it's not an .htaccess issue, at least as far a making those two working together.
Maybe it's only a matter of properly merging the two .htaccess, the phpBB one and the WP one.
You could play with the "more options" option in the .htaccess generator to generate one meant to be used in the forum/ directory, and let the WP one in the root directory. It should solve all possible issues between the two .htaccess.
++ |
_________________ 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 |
|
 |
|
|