[phpBB3] Go to Page Jumpbox is not working?

Magic SEO URLs for phpBB.
bogdan
Posts: 24
Joined: Thu Mar 26, 2009 3:02 pm

[phpBB3] Go to Page Jumpbox is not working?

Postby bogdan » Thu Apr 02, 2009 9:48 am

Hello,

I have Installed the Magic URL's on PHPBB but the link "go to page" is not working in the Internet Explorer. I just tried it on your site and it does not work either - if you click in this forum on Page 1 of 5 and enter 3, it will give a 404 error.

Strangely enough this behavior only happens with IE, not Firefox.

Any help appreciated,
Thanks!

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [phpBB3] Go to Page Jumpbox is not working?

Postby inveo » Thu Apr 02, 2009 10:11 am

Could you please post here step by step instructions how to reproduce the problem? (I am unable to reproduce it with current problem description)

bogdan
Posts: 24
Joined: Thu Mar 26, 2009 3:02 pm

Re: [phpBB3] Go to Page Jumpbox is not working?

Postby bogdan » Thu Apr 02, 2009 10:14 am

Thanks, Sure!

Using Internet Explorer (I use version 8 - the latest)
Go to this page: troubleshooting-8/
Then find the link/text "Page 1 of 5"
Click it
There will be a pop up window - enter 3 and the URL output will be this:

troubleshooting-8/viewforum.php?f=8&start=50

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [phpBB3] Go to Page Jumpbox is not working?

Postby inveo » Fri Apr 03, 2009 6:52 am

It is a problem with external JS code and can be worked around by adding following line into the .htaccess file immediately after RewriteBase line:

Code: Select all

# viewforum - jump box work around
RewriteRule ^([a-z0-9\-]*)-([0-9]*)/viewforum.php$ http://www.yourwebsite.com/viewforum.php [R=301,L,QSA]

bogdan
Posts: 24
Joined: Thu Mar 26, 2009 3:02 pm

Re: [phpBB3] Go to Page Jumpbox is not working?

Postby bogdan » Fri Apr 03, 2009 9:23 am

Thanks! Will install shortly.