How to shorten URI?
-
jonusa
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 18
-
Thank you received: 0
-
-
11 years 10 months ago #613
by jonusa
This is the sample adress of article:
"
www.mysite.com/component/mycomponent/detail/90-detroit-auto-show-2013 "
I use for as URI:
" /component/mycomponent/detail/90-detroit-auto-show-2013 "
work fine...
How can I shorten or what macro can I use to eliminate this:
" /component/mycomponent/detail/ "
So that I can only use this for as URI:
" 90-detroit-auto-show-2013 " or just "90" ( which is article ID Number )
And where and how do I implement it? I looked at Quick Guide PDF file I could not come up with solution...
* I hope I made myself clear on the issue...
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 10 months ago #619
by admin
Sorry,
just one question. Yu are talking about how to make short URL, so are you talking about ReDJ, or Tag Meta? This forum is related to Tag Meta, but it seems you need ReDJ. Is it so?
Please Log in or Create an account to join the conversation.
-
jonusa
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 18
-
Thank you received: 0
-
-
11 years 10 months ago #621
by jonusa
I am talking about "TagMeta "
How to shorten "URI"...
Can I use "/details/90" for URI instead of previous post long addy?
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 10 months ago #626
by admin
Hi,
there must be a misunderstaning. With Tag Meta you cannot build or manage short URLs. The field you see is just the rule to match existing URLs. URL redirections and aliases can be managed by ReDJ.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
jonusa
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 18
-
Thank you received: 0
-
-
11 years 10 months ago #629
by jonusa
Hiya
Before I was using this into URI box (backend):
"/component/mycomponent/detail/90-detroit-auto-show-2013 "
And it was working fine..
Now I am using this: "/detail/90"
It works also... eliminates copy/paste
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 9 months ago #634
by admin
Believe me,
I still don't understand your needs...
You are using a shortest pattern to match. It means that any URL that contains /detail/90 (and so even /component/mycomponent/detail/90-detroit-auto-show-2013) will match, and the corresponding meta info are applied.
So, maybe you could modify your rule like follow:
/detail/90-detroit-auto-show-2013
This matches too, I guess...
Best regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.152 seconds