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  
 
   
Viewforum.php does not work, while evreything else does.

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



Joined: 05 Jan 2008
Posts: 14

Viewforum.php does not work, while evreything else does.Posted: Sat Jan 05, 2008 7:59 pm    Post subject: Viewforum.php does not work, while evreything else does.

I have installed this mod, and it seems that while viewtopic and viewpost both work, viewforum.php still shows the traditional "viewforum.php?f=23" in the URL.

My .htaccess is as follows:

Code:
#########################################################
# 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,NC]
# FORUM PROTECTION RULE
# RewriteRule ^[a-z0-9_-]+/([^/]+\.html)$ /index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^[a-z0-9_-]*-c([0-9]+)\.html$ /index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)\.html$ /viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^[a-z0-9_-]*-t([0-9]+)\.html$ /viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^member([0-9]+)\.html$ /profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################


I was thinking the problem was with viewforum.php itself, however i have looked it over, and evrything seems okay. Every other URL the mod rewrite is supposed to effect has taken place.

Can anyone shed some light on this matter?

Edit:
I recently had able2know mod installed.... so maybe this may have changed a few things? Also, i have not bothered to use the "migrating" since none of my able2know pages have been indexed.

Edit 2:
I have uploaded a fresh viewforum.php, from the phpbb2 instalation, made the appropriate changes, and it is still a no go. So it has to be some other file.
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3118

Viewforum.php does not work, while evreything else does.Posted: Sun Jan 06, 2008 1:32 am    Post subject: Re: Viewforum.php does not work, while evreything else does.

Check includes/function.php and double check the first code change in viewforum.php.

Do you use any other mod ?

Can you post a link so we can check ?

_________________
Back to top
andrei155



Joined: 05 Jan 2008
Posts: 14

Viewforum.php does not work, while evreything else does.Posted: Sun Jan 06, 2008 4:18 am    Post subject: Re: Viewforum.php does not work, while evreything else does.

I have double checked the functions.php file and everything looks fine.

my site is www.bldhosting.net
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Viewforum.php does not work, while evreything else does.Posted: Sun Jan 06, 2008 12:38 pm    Post subject: Re: Viewforum.php does not work, while evreything else does.

Ho, but links are indeed rewritten in the viewforum.php view, it's index.php to have trouble.

Double check the index.php file then.

And what is the sub forum mod you are using ?

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



Joined: 05 Jan 2008
Posts: 14

Viewforum.php does not work, while evreything else does.Posted: Sun Jan 06, 2008 3:58 pm    Post subject: Re: Viewforum.php does not work, while evreything else does.

Ah, thats where the problem was : )

Thank you for the help. It seems to be working now
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Viewforum.php does not work, while evreything else does.Posted: Sun Jan 06, 2008 4:01 pm    Post subject: Re: Viewforum.php does not work, while evreything else does.

The sub forum seems to need some patch, it's here if it's the simple sub forum mod.

And don't forget about the last touch 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
andrei155



Joined: 05 Jan 2008
Posts: 14

Viewforum.php does not work, while evreything else does.Posted: Sun Jan 06, 2008 4:05 pm    Post subject: Re: Viewforum.php does not work, while evreything else does.

I've tried, thinking that it was simple sub forum mod, however i have not found any of the edits in my files, so I assumed that it must be some other mod.

Would the fina ltouch be.. adding the Sitemaps? or the link to phpbb seo?

Edit:
And are you the owner of phpbb SEO?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Viewforum.php does not work, while evreything else does.Posted: Sun Jan 06, 2008 4:12 pm    Post subject: Re: Viewforum.php does not work, while evreything else does.

Yes, I'm the team leader owner and founder of this site Wink

And yes, the licence agreement imply that you give us at least a link. It's not much and helps out the project a bit. It's what our user can do to make sure they'll have update and new SEO mods for a long time 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
andrei155



Joined: 05 Jan 2008
Posts: 14

Viewforum.php does not work, while evreything else does.Posted: Sun Jan 06, 2008 4:15 pm    Post subject: Re: Viewforum.php does not work, while evreything else does.

Yeah i was going to add it, no doubt about it. However i would like to talk to you about that... in further detail, so please check your PM box.
Back to top
andrei155



Joined: 05 Jan 2008
Posts: 14

Viewforum.php does not work, while evreything else does.Posted: Sun Jan 06, 2008 4:33 pm    Post subject: Re: Viewforum.php does not work, while evreything else does.

Tell me if you've received it.
Back to top
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: