| :: |
| Author |
Message |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
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

Joined: 15 Mar 2006 Posts: 3118
|
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
|
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

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
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

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
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

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
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
|
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 |
|
 |
|
|