Hi laconica-Devels,

can anyone explain me, why the field user.uri is filled with a complete uri including the hostname?

For example:

mysql> select id, nickname, uri from user where nickname like 'jseibert';
+----+----------+-----------------------------------------------+
| id | nickname | uri                                           |
+----+----------+-----------------------------------------------+
|  2 | jseibert | http://laconicavm.rp.seibert-media.net/user/2 |
+----+----------+-----------------------------------------------+

This has the effect, that all uris have to be updated manually when changing the systems hostname. Can I change this to an absolute uri without hostname: "/user/2"? Is there any code, where the systems hostname has to be added dynamically then?

Cheers.

Jseibert

_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to