php - How to store tags in the url without a "?" -


i'm wondering how can store tags in url without ? , without keys.

eg. google product forums this: http://productforums.google.com/forum/#!topic/analytics/8qtk861a0iu each topic wouldn't have it's own directory , server side script determines topic show visitors.

does know how possible php?

thanks

google use range of software this. 1 of which, can done using .htaccess used on apache servers (not iis)

this called modrewrite. url below can show example of such tasks:

http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html

do start learning this, upload file called .htaccess apache driven webserver.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -