angst
01-12-2010, 04:55 PM
Hello, ( this maybe a stupid question, but here goes );
current I'm doing short query strings like
www.domain.com/products/1231/88171/
which is: product.php?cat=1231&ProductID=88171
however I notice that allot of things are able to using works instead of ids like:
http://www.linuxhelp.net/guides/htaccessmysql/
how are they doing this? does guides just query "htaccessmysql" to fine the page, or is the htaccess able to query and locate the result redirecting it to some kind of id?
current I'm doing short query strings like
www.domain.com/products/1231/88171/
which is: product.php?cat=1231&ProductID=88171
however I notice that allot of things are able to using works instead of ids like:
http://www.linuxhelp.net/guides/htaccessmysql/
how are they doing this? does guides just query "htaccessmysql" to fine the page, or is the htaccess able to query and locate the result redirecting it to some kind of id?