These maybe bugs they may not be, but gonna be having a good hard play with vB over the coming week, so will post anything I find and hopefully something will stick
#1
Forum URLs
forum/f[forum_id]/
works
forum/[forum_title]/
does not work
bug?
This is a discussion on custom forumdisplay URL within the Bug Reporting forums, part of the vBSEO SEO Plugin category; These maybe bugs they may not be, but gonna be having a good hard play with vB over the coming ...
These maybe bugs they may not be, but gonna be having a good hard play with vB over the coming week, so will post anything I find and hopefully something will stick
#1
Forum URLs
forum/f[forum_id]/
works
forum/[forum_title]/
does not work
bug?
2011 Average: 1 post every 5 seconds... 24/7
Maybe you have two forums with the same title, so in the second instance it is throwing an error there? Does forum/[forum_title]-[forum_id]/ work?
The Forum Hosting - Forum Hosting from the Forum Experts
Only have one forum (vBulletin Dev Board)
Yes, forum/[forum_title]-[forum_id]/ does work.
2011 Average: 1 post every 5 seconds... 24/7
Do you have any CRRs defined?
The Forum Hosting - Forum Hosting from the Forum Experts
the forum name was 'main forum' (/main-forum/). Seems to be a conflict with 'forum/' CRR, because when I renamed the forum 'main' it works.
Warning: require(main-forum.php) [function.require]: failed to open stream: No such file or directory in /vbseo.php on line 1621
Fatal error: require() [function.require]: Failed opening required 'main-forum.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /vbseo.php on line 1621
2011 Average: 1 post every 5 seconds... 24/7
What was your CRR for forum?
The Forum Hosting - Forum Hosting from the Forum Experts
Do you have a CRR's set? Maybe ....
Set? if so add the Claret ^ and $ in the rewrite... IE...Code:'forum\.php' => 'forum/'
Code:'^forum\.php$' => 'forum/'
Okay great, that was my idea as well. Glad it is working.
The Forum Hosting - Forum Hosting from the Forum Experts