dynamic url redirect problem

Discuss practical ways rearrange URLs using mod_rewrite.

dynamic url redirect problem

Postby Exordium » Sat Jun 21, 2008 10:24 am

Hi there,

I've problems redirecting URLs like:

http://www.mysite.com/forum/viewtopic.php?f=4&t=13#p19

to

http://www.mysite.com/index.php?option= ... 4&t=13#p19

Hope someone can help me.

Thank you,
Exo
Exordium
 
Posts: 1
Joined: Sat Jun 21, 2008 9:59 am

Postby richardk » Sun Jun 22, 2008 2:32 pm

Try
Code: Select all
Options +FollowSymLinks

RewriteEngine On

RewriteRule ^forum/viewtopic\.php$ /index.php?option=bb_wrapper&wrap=viewtopic.php?%{QUERY_STRING} [R=301,L]
richardk
 
Posts: 8800
Joined: Wed Dec 21, 2005 7:50 am


Return to Friendly URLs with Mod_Rewrite

Who is online

Users browsing this forum: No registered users and 96 guests

cron