[phpBB3] Rewriting pattern

Technical difficulties? Ask for help here.

Re: [phpBB3] Rewriting pattern

Postby bogdan » Mon May 25, 2009 11:38 am

Thank you for your reply.

These links come from an RSS feed for phpBB (it is a phpBB mod).
If this is custom functionality and not supported by phpBB natively and therefore not covered by the product, I will be happy to pay for the extra time/programming that may be required, please let me know how much that will be and how to proceed.

Thank you!
bogdan
 
Posts: 24
Joined: Thu Mar 26, 2009 2:02 pm

Re: [phpBB3] Rewriting pattern

Postby ~J~ » Mon May 25, 2009 12:13 pm

Troubles you are encountering come from RSS feed (URIs are wrong). I recommend you to contact the author of this mod to correct this issue.
Magic SEO URLs are now available for
osCommerce, CRE Loaded, Zen Cart, PrestaShop, OpenCart, CubeCart, phpBB and phpBB3!
~J~
InveoStore.com Founder
 
Posts: 1056
Joined: Sat Feb 02, 2008 11:07 am
Location: Prague, Central Europe

Re: [phpBB3] Rewriting pattern

Postby bogdan » Mon May 25, 2009 4:49 pm

~J~ wrote:Troubles you are encountering come from RSS feed (URIs are wrong). I recommend you to contact the author of this mod to correct this issue.


Thanks - will try to go through that route.

One other note - I have some links from a year ago (phpbb3) that look like this - these should be native but don't convert. Any suggestions?

http://gmatclub.com/forum/viewtopic.php ... 51&t=48803


As always, appreciate it.
Bogdan.
bogdan
 
Posts: 24
Joined: Thu Mar 26, 2009 2:02 pm

Re: [phpBB3] Rewriting pattern

Postby ~J~ » Tue May 26, 2009 2:11 am

Such URIs are not native, but by redirecting e.g. viewtopic.php?f=103&p=449551&t=48803 to viewtopic.php?f=103&p=449551 you will get what you want.

For other issues please use separate thread.
Magic SEO URLs are now available for
osCommerce, CRE Loaded, Zen Cart, PrestaShop, OpenCart, CubeCart, phpBB and phpBB3!
~J~
InveoStore.com Founder
 
Posts: 1056
Joined: Sat Feb 02, 2008 11:07 am
Location: Prague, Central Europe

Re: [phpBB3] Rewriting pattern

Postby bogdan » Tue May 26, 2009 5:43 pm

Thank you - will do.

I am not very technical - any suggestions how to accomplish this in the .htaccess? :oops:
I tried for 35 minutes but have not gotten very far.

Is there a resource/reference you would recommend to read?
bogdan
 
Posts: 24
Joined: Thu Mar 26, 2009 2:02 pm

Re: [phpBB3] Rewriting pattern

Postby ~J~ » Sat May 30, 2009 10:53 am

You will have to add into .htaccess file Rewrite Rules like:

Code: Select all
RewriteCond %{QUERY_STRING} ^f=([0-9]*)&p=([0-9]*)&t=([0-9]*)$
RewriteRule ^viewtopic.php$ viewtopic.php?f=%1&p=%2 [L,QSA,R=301]
Magic SEO URLs are now available for
osCommerce, CRE Loaded, Zen Cart, PrestaShop, OpenCart, CubeCart, phpBB and phpBB3!
~J~
InveoStore.com Founder
 
Posts: 1056
Joined: Sat Feb 02, 2008 11:07 am
Location: Prague, Central Europe

Previous

Return to Troubleshooting

Who is online

Users browsing this forum: No registered users and 12 guests

cron