Brandon Jaeger Posted April 27, 2006 Share Posted April 27, 2006 How would I make this: www.site.com/topic/123go to: www.site.com/topic.php?tid=123 ?I know it involves that modrewrite stuff with .htaccess but I'm not sure how to do it.Thanks in advance! Quote Link to comment Share on other sites More sharing options...
Yesideez Posted April 27, 2006 Share Posted April 27, 2006 Try using the search facility as I remember this being answered recently. Quote Link to comment Share on other sites More sharing options...
Brandon Jaeger Posted April 27, 2006 Author Share Posted April 27, 2006 [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]RewriteEngine onOptions +FollowSymlinksRewriteBase /RewriteRule ^(.*)forum/(.*)$ $1test/viewcat.php?cid=$2[/quote]Solved. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.