Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] Sorting Portal links ??
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: Previous  1, 2, 3, 4, 5
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Re: [Solved] Sorting Portal links ??
PostPosted: 04/06/2007 12:18 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 7:35 PM
Location: Birmingham, UK.
greatbrE.gif
http://djpassions.com/test/new-members-introductions-f2.html

It’s doing this because there aren't any rewrite rules installed

same sort of thing for my djpassion.co.uk forums... if i deleted the rewrite rules in the vbseo folders my forums would come up with 500's too dontknow
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: [Solved] Sorting Portal links ??
PostPosted: 04/06/2007 12:49 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 2:35 PM
Location: St Pete, FL
peace.gif
So do you know how to fix this???

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Sorting Portal links ??
PostPosted: 04/06/2007 1:18 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 7:35 PM
Location: Birmingham, UK.
greatbrE.gif
Well before I had to have in the .htaccess this

Code:
DirectoryIndex index.html index.htm portal.php index.php
which is needed due to the portal being installed. Having the above in the .htaccess file loads the portal when someone goes to http://www.djpassions.com/test/ instead of when going to http://www.djpassions.com/test/ being redirected to the forums.

Code:
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 ^index\.html$ /index.php [QSA,L]
# FORUM PROTECTION RULE
# RewriteRule ^.+/([^/]+\.html)$ /index.php [R=301,L]
# CATEGORIES
RewriteRule ^.*-c([0-9]+)\.html$ /index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^.*-f([0-9]+)-([0-9]+)\.html$ /viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^.*-f([0-9]+)\.html$ /viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^.*-t([0-9]+)-([0-9]+)\.html$ /viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^.*-t([0-9]+)\.html$ /viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^post([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
#####################################################


But this is also needed in the .htaccess file so that the titles in the forum categories appear as keywords rather than numbers etc.

So I did this

Code:
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 ^index\.html$ /index.php [QSA,L]
# FORUM PROTECTION RULE
# RewriteRule ^.+/([^/]+\.html)$ /index.php [R=301,L]
# CATEGORIES
RewriteRule ^.*-c([0-9]+)\.html$ /index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^.*-f([0-9]+)-([0-9]+)\.html$ /viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^.*-f([0-9]+)\.html$ /viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^.*-t([0-9]+)-([0-9]+)\.html$ /viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^.*-t([0-9]+)\.html$ /viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^post([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
#####################################################

DirectoryIndex index.html index.htm portal.php index.php



It seems to show the keywords in the forum categories but that's all it's not working in the title of threads. Also I can't see any phpbb seo option in the admin panel either dontknow

This mod isn't working like vbseo whatsoever therefore don't think its worth using... unless I’m missing something  Brick wall
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: [Solved] Sorting Portal links ??
PostPosted: 04/06/2007 1:29 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 2:35 PM
Location: St Pete, FL
peace.gif
It does sound like a PITA.  I would probably remove it if I was having that much trouble with it...

Brick wall
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Sorting Portal links ??
PostPosted: 04/06/2007 1:54 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 7:35 PM
Location: Birmingham, UK.
greatbrE.gif
Yeah will do! No probs.
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: [Solved] Sorting Portal links ??
PostPosted: 04/06/2007 4:43 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 7:35 PM
Location: Birmingham, UK.
greatbrE.gif
I've looked into this more and have managed to fix a few things like set it so that the main domain URL loads the portal instead of loading the forums. Also set it so www. loads before all URLs thoughtout the phpBB software (though this is done by a standard setting in ACP anyway).

I still don't see a kind of phpBB SEO settings panel in ACP though dontknow so I guess there just isn’t one. I know once you set SEO settings you shouldn't change them anyway for website ranking reasons. I suppose that’s why they left the settings out as they aren’t really important

All this mod seems to do though is change the category messy URL into keywords

So say we’ve got


Open Discussion > Area 51 - phpBB & Easymod Tech Support

The URL of Area 51 - phpBB & Easymod Tech Support is
http://4fxearth.net/phpBB2/viewforum.php?f=25

The mod rewrite would just change the URL from the above to this http://4fxearth.net/phpBB2/area-51-phpbb-easymod-tech-support.f25

I actually thought the advanced rewrite mod would go in deep like vBSEO does

Like this http://www.djpassion.co.uk/forums/computers/2454-windows-vista.html

Forum > category > title of thread

Oh well. I’ll leave this mod on as getting keywords for the categories is better than nothing
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: [Solved] Sorting Portal links ??
PostPosted: 04/07/2007 10:53 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 2:35 PM
Location: St Pete, FL
peace.gif
So is that supposed to help a lot in getting the page rankings higher with the search engines?  I notice that sites like phpBB.com and Area 51 get high rankings but they don't use anything like this.  How much do you think it helps???

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Sorting Portal links ??
PostPosted: 04/07/2007 11:15 AM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 7:35 PM
Location: Birmingham, UK.
greatbrE.gif
It helps but not much. It helps in the way that search engines pick up what your forum is about by picking up on whats on there etc...

keywords used in the title of the forum categories are searched by Googlers etc. If your site ranks high anyway your bound to get the customers or whatever come to your site from the matched keywords results

If you type in Google Urban & Turntablisim it lists my forums at the top thanks to vBSEO Very Happy just an example of how the keywords work

Maybe the phpBB SEO isn't so good but vBSEO is the dogs nuts.

I could let you log in into my vBSEO CP and you be surprised with the work they've put into the software heh.

As for phpbb and area51 ranking high that’s bound to be the inbound links coming from the phpbb users by having the phpbb copyright info/linkback on their websites etc...
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: [Solved] Sorting Portal links ??
PostPosted: 04/07/2007 12:59 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 2:35 PM
Location: St Pete, FL
peace.gif
Yes, it probably does help to have that advertising on the bottom of every phpBB forum out there.  But Area 51 doesn't get that free advertising.  It does get a boost from the Alien spaceship though...

Shocked
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Sorting Portal links ??
PostPosted: 04/07/2007 1:04 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 7:35 PM
Location: Birmingham, UK.
greatbrE.gif
HAHA!  Applause
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: Previous  1, 2, 3, 4, 5
Page 5 of 5


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0797s (PHP: 69% - SQL: 31%) - SQL queries: 57 - GZIP disabled - Debug on