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
Post a Comment