Forum Moderators: coopster

Message Too Old, No Replies

Meaningful URLS

How to generate meaningful URLS.

         

Tom_Cash

4:52 pm on Dec 5, 2008 (gmt 0)

10+ Year Member



Could someone please point me in the right direction as to go about making urls like this:

www.widgets.com/webmaster_world
www.widgets.com/webmaster+world

I've seen other sites do it and to me it looks like a get statement without the page.php?id= at the start.

I would love to be able to do this for a site of mine where a unique band title is pulled from the database and can be used in my URL like the above.

Regards,
Tom.

jatar_k

4:55 pm on Dec 5, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



you could start here
[webmasterworld.com...]

on apache servers it's called mod_rewrite

Anyango

4:55 pm on Dec 5, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That is usually done with Apache Web Server's Mod_Rewrite Module. Have a look at apache forum, there is allot of information on that topic there. And the Guy there named jdMorgan is a King of that stuff ;)

Oh maybe i pressed the submit button a few seconds late :)

[edited by: Anyango at 4:57 pm (utc) on Dec. 5, 2008]

Tom_Cash

7:23 pm on Dec 7, 2008 (gmt 0)

10+ Year Member



Thanks for the prompt replies! Cheers for the pointer!