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! Link to comment https://forums.phpfreaks.com/topic/8534-url-question/ 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. Link to comment https://forums.phpfreaks.com/topic/8534-url-question/#findComment-31250 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. Link to comment https://forums.phpfreaks.com/topic/8534-url-question/#findComment-31252 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.