Posted by ZeldorBlat on 12/07/05 05:16
brianpeiris@gmail.com wrote:
> del.icio.us has very a easy to remember url system for tags,
> for example if I wanted to look for links with a "php" tag I would go
> to:
> http://del.icio.us/tag/php
> how would I go about implementing a site like this?
> I'm assuming that "php" is sent in the request as if the url was:
> http://del.icio.us/tag/?php
> but how is it done?
> Thanks,
> Brian Peiris
Apache mod_rewrite :
<http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html>
Navigation:
[Reply to this message]
|