Search Engine Friendly Links

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
DiligentWeb
Forum Newbie
Posts: 2
Joined: Sat Oct 28, 2006 4:28 pm

Search Engine Friendly Links

Post by DiligentWeb »

Currently developing a searchable glossary with mortgage terminology. I want the DB query to be a bit more search engine friendly. So instead of links that look something like:

http://www.sitename.com/results.php?adj ... e-mortgage

it would format like:

http://www.sitename.com/adjustable-rate-mortgage

What i'm shooting for is something similar to WIKI.

Any links/recomendations?

Thanks,
DW
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

mod_rewrite. There are hundreds of threads here, and elsewhere that talk about it.
Post Reply