Forum Moderators: open
http://www.example.com/index.php?id=myid
I just want to my address bar say this
http://www.example.com/index.php
does any "master" can help me? thanks a lot... :)
[edited by: encyclo at 1:28 am (utc) on Mar. 15, 2006]
[edit reason] switched to example.com [/edit]
If you don't like using dynamic URLs with parameters (as in your example), then if you are on a server running Apache with mod_rewrite, you can change your URLs to a more user-friendly format. For example:
http://www.example.com/index.php?id=myid Can become something like:
http://www.example.com/widgets/blue-widgets.html If you stick with dynamic URLs, it is best never to use
id= as it could be misinterpreted as a session ID by a search engine spider, which may decline to index the page.
NB : sorry, cause i'm trully newbie :(