Sure,
Before:
Code:
http://www.mysite.com/forums/my-forumname/
After:
Code:
http://www.mysite.com/forums/forumdisplay.php?f=45
Before:
Code:
http://www.mysite.com/forums/members/my-username.html
After:
Code:
http://www.mysite.com/forums/member.php?u=1
Before:
Code:
I'm not exactly sure what this looked like before I switched to dynamic URLs but it was similar to how the rest of them are.
After:
Code:
http://www.mysite.com/forums/album.php?albumid=230
Basically I'm going for Standard URLs however those would look for forum display.
Standard URLs:
showthread.php?t=12345
Basic Friendly URLs:
showthread.php?1234-Thread-Title
Advanced Friendly URLs:
showthread.php/1234-Thread-Title
Mod Rewrite Friendly URLs:
threads/1234-Thread-Title