May 17, 2012, 01:46:58 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Revenue sharing launched. This is offered as a "thank you" for being a member of webmasterstalks.com community! If you have an Adsense/Yahoo publisher account then you can start right away !
 
  Home   Forum   Help Search Directory Calendar Login Register    RSS 2.0 feedAtom feed


News
Revenue sharing launched. This is offered as a "thank you" for being a member of webmasterstalks.com community! If you have an Adsense/Yahoo publisher account then you can start right away !
Pages: [1]
  Print  
Author Topic:

Only view post page one

 (Read 2334 times)
0 Members and 1 Guest are viewing this topic.
DiegoLeon
Newbie
*

Points: 0
Offline Offline

Posts: 1


« on: July 20, 2007, 09:12:58 »

When I clicked on a page other than 1 in a topic it would just direct me back to 1.

My versions:
SMF 1.1.3
SEO4SMF 0.2.9.9 (fresh instalation - first time)
Apache    1.3.37 (Unix)
MySQL    4.1.21-standard-log
PHP    4.4.4

Thanks
Logged


LinuxGuy
Sr. Member
****

Points: 0
Offline Offline

Posts: 265


WWW
« Reply #1 on: July 21, 2007, 00:37:44 »

This seems to be problem for many.. try to "comment bad url part".
Logged

HuhuMan
Jr. Member
**

Points: 0
Offline Offline

Posts: 7



« Reply #2 on: November 01, 2007, 16:27:26 »

i solved the problem by looking in the htaccess. With this change you can look on Page 1, Page 2 in the Thread.. but you cant change to Page1,2,3 in the Board.

in the .htaccess

Quote
RewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]

change this to:

Quote
RewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1.%2 [R=301,L]


There is the missing point and %2 to change the pages..  Wink
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
Valid XHTML 1.0! Valid CSS!