[phpBB3] Go to Page Jumpbox is not working?
[phpBB3] Go to Page Jumpbox is not working?
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!
Re: [phpBB3] Go to Page Jumpbox is not working?
Re: [phpBB3] Go to Page Jumpbox is not working?
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
Re: [phpBB3] Go to Page Jumpbox is not working?
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]