Why would you want both user id and handle in the URL? On my blog, that
would look like:

http://raibledesigns.com/rd/rd

Since my handle and userid are the same.

Matt

On Wed, Feb 18, 2009 at 9:04 PM, (David) Ming Xia
<[email protected]>wrote:

> Hi, All.
>
>   A question on permalink.  When I created a weblog, I got the URL as
> http://<host IP>/<web application context>/<handle name>,  and when I
> created an entry, I got  http://<host IP>/<web application
> context>/<handle name>/entry/<entry name>.  I feel this could cause conflict
> very easily.  When we use Apache Roller to serve multiple users, it is
> highly possible that some users think of the same handle names and same
> entry names.
>
>   I would suggest that we have weblog URL as http://<host IP>/<web
> application context>/<user id>/<handle name>,  and we have web log entry URL
> as http://<host IP>/<web application context>/<user id>/<handle
> name>/entry/<entry name>.
>
>   Anybody know where I can modify the code for weblog URL?
>
>
> Thank you very much.
>
> David

Reply via email to