death Posted November 25, 2007 Share Posted November 25, 2007 I'm busy making a (simple) forum and my general URL structure is something like this: http://www.something.com/forum/threadview/1234 where "threadview/1234" gets passed on to /forum/index.php (or "1234" to /forum/threadview.php whichever way it works) just like wikipedia has: http://en.wikipedia.org/wiki/PHP I was wondering if anyone knows how to do this. I also hope my explantion was clear enough. Link to comment https://forums.phpfreaks.com/topic/78838-passing-url-information-to-a-script-without/ Share on other sites More sharing options...
trq Posted November 25, 2007 Share Posted November 25, 2007 It is done with Mod Rewrite. Link to comment https://forums.phpfreaks.com/topic/78838-passing-url-information-to-a-script-without/#findComment-399002 Share on other sites More sharing options...
death Posted November 25, 2007 Author Share Posted November 25, 2007 Thanks I will mark this as resolved as soon as I have been able to figure it out Link to comment https://forums.phpfreaks.com/topic/78838-passing-url-information-to-a-script-without/#findComment-399019 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.